1.6.5.16.10.1.  TypeCode/order number search - ignore spaces

In the PARTdataManager the TypeCode/order number search ignores spaces by default.

If the order number is "123 456", for example, it is also found with "123456".

The corresponding key under $CADENAS_SETUP -> partsol.cfg -> [REVERSESEARCH] is set by default.

SearchFlags=relaxed

In the FulltextService, spaces are ignored if the "relaxed" parameter is set to the value "1" (FulltextService is an HTTP service in the AppServer that can be called from PCOM, 3dfind.it or other websites)

In manual reverse scripts the regular expression has to be created accordingly in order for empty spaces to be ignored. The setting for the automatic reverse index has no effect here.