1.10.1.1.2.15.  Full text search: wildcard search possible at any position

Up to now combinations of text and number have been split at the transition positions between text and number so that respective parts could be found. As of V12 these combinations are completely split in their components so that any string can be found when using the wildcard (*). The splitting is not only used for order numbers but for any variables.

Example:

With

*A89*

1SF A89 7102R7000 is found.

  • Even wildcard searches within the term work now, what has not been possible in V11.

    1SF*7102R7000

  • The wildcard (*) can also be used at multiple positions at once. If it stands for a single character or multiple doesn't matter.

    1SFA8*102R*000

    (In V11, single positions could be replaced by the placeholder (?). This placeholder also works in V12, however, much more easier and flexible is the placeholder (*), as it may stand for no, one or multiple characters.)

    1SFA8?
    ?102R?000