How to create User filter with facet doesnt have any options to select means free text field?

Certified Senior Developer

Hi,

We have requirement to provide a User Filter for a Record with free Text field not with the options using a!facet(). For example Product Names field have to a user filter. if some one enter the product name we need to fetch  the respective orders which contains that product. here we dont have any options to drop down. its free text field. 

how to provide the user filter using a!facet for a free text field.

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • Hi Ram. This is not currently possible with the out-of-the-box User Filters / a!facet() component. Can I ask what the rationale is for a free-form filter actually is? The purpose of the Record List is to provide a searchable "entry point" for Users to find a given Record (and possibly to conduct processing on it). Given that you also have the 'Search' omni-box (which will perform a 'contains' based search across any field you display in the list-view Grid Layout, isn't that sufficient a solution for your needs?

Reply
  • Hi Ram. This is not currently possible with the out-of-the-box User Filters / a!facet() component. Can I ask what the rationale is for a free-form filter actually is? The purpose of the Record List is to provide a searchable "entry point" for Users to find a given Record (and possibly to conduct processing on it). Given that you also have the 'Search' omni-box (which will perform a 'contains' based search across any field you display in the list-view Grid Layout, isn't that sufficient a solution for your needs?

Children