Currently, in the web app, users are able to search records using the suffix (end portion) of a field value. However, in the mobile app, search functionality does not support suffix-based searching. Users can only search by prefix or full value match.
Many of our barcodes share the same prefix (beginning characters). The distinguishing portion of the barcode is often in the suffix.
In field operations:
  • Users frequently need to locate records using the last several characters of a barcode.
  • Without suffix search capability, users must scroll through long result lists or attempt multiple searches.
  • This significantly slows down workflows and increases the risk of selecting incorrect records.
Request:
Enable the same suffix search functionality in the mobile app that is currently available in the web app. Can we make this configurable so we can enable only for certain fields?