Skip to main content
Question

Better mobile app description search options?

  • September 14, 2026
  • 1 reply
  • 7 views

Are there any options to enhance the search functionality on the mobile app to more closely match the web version?

A difficulty we are having with our floor scanners is finding an item # to print a label. As an example, we are looking for an item with the description “Panel Universal 42 high at 35° stair”.

  • On the web version any 2 or more keywords in any order will find it. So a search of “panel 35 uni” will find it.
  • On the app everything needs to be precise, so “panel universal” will find it, but “uni panel” wont”

Our company has ALOT of parts with a wide variety of descriptions so its proving a challenge when we need to label something on the floor.

1 reply

Forum|alt.badge.img+6
  • Jr Varsity II
  • September 14, 2026

Hi ​@ChrisB ,

Can you please try below ,On InventoryID, it is defined like this, you can use add/update as per need:

add field "InventoryID" {
      selectorDisplayFormat = KeyDescription
      pickerType = Searchable
    }

Hope above helps!!