4Site
Support Request System
View Patch #60.101.008
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
03724 -
WO lookup by wildcard ignores any filter options
Symptoms:
When performing a By Work Order Wildcard lookup and providing a search string that cannot be formatted in the System format, the search options are by-passed and the results will contain work orders that should be filtered.
Solution:
The logic for a wildcard search was attempting to add convenience by treating a wildcard search that was provided a full(rather than partial) work order ID as an exact ID search, which bypasses the filters. But this was only working properly if the provided search string could be formatted into System format. If the search string could not be formatted to the System format, the logic would mistakenly treat it as an exact search and by-pass the filters. For example, if your system format is 5 digit, zero-padded, i.e. 00001, etc, if you provided "123%" as your search string, it would format to "00123", determine that "123" did not match "00123" and include the filters since an exact ID was not provided. If you searched for "00123", this matches the system format exactly so the filters would be ignored as if you did an exact match search. But if you searched for "ABC", this cannot be formated to the system format and the search would mistakenly treat it as an exact search and by-pass the filters. This has been corrected so that search strings that do not match the system format are not treated as exact matches and the filters are still included.
Browse Patches
Find a Patch
Return to Request System Menu