In PARTdataManager, when using the type code/order number search empty spaces are ignored 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, empty spaces are ignored if the parameter "relaxed" is set to the value of "1". (FulltextService is a HTTP service in AppServer, which can be called by 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.
