#RecordListView-SearchBox

Hi All,

In Record list view there is search box.

what is the search criteria for this?

will it search all data which are displaying in List view? 

can we customize this search box?

 

Thanks in advanced.

  Discussion posts and replies are publicly visible

Parents
  • +2
    Certified Lead Developer
    In Appian 16.3 and earlier, my experience has been the following: The search box in the record list view will query on any record fields in the title of a record (i.e. the blue link text).

    For example, your title could be built like the following: "Case: " & rf!caseId & " - " & rf!caseName
    You could have the following records:
    Case: 00204 - Merchant Payment Issue
    Case: 00205 - Sales Cost Increase

    You could search using either the caseId or the caseName, but if you were to type "00204 - Merchant Payment Issue" or "Case", it would not find any results. It seems like the system will search each individual record field in the title for the entire search text. In both of our search example, no single record field contains the full string, so no results are returned.

    I don't believe that this is customize-able, however you could build a report that has all the customized search features you need.

    It looks like in 17.1 the search functionality has been improved, but I'm not sure what exactly it's searching on.
  • 0
    A Score Level 1
    in reply to Conor Cahill

    I agree with what Conor has said. To add to that, in my experience it searches for every field that is displayed on the Record List View and not just the title with the record link.

Reply Children
No Data