Skip to main content
December 3, 2024
Question

Is there any option to implement search field like Discussion search field in Community

  • December 3, 2024
  • 3 replies
  • 0 views

Hi,

I have data in record type. 

I need to implement search field to get result from record type.

By using a!queryRecordType it's matching exact content.

For example: If we search " How to create record type ". we will get related data like below

It is possible to implement similar functionality in Appian 

3 replies

prateekv988933
December 3, 2024

Hi [mention:863e5dee5cf148d0961cf1608a7e6158:e9ed411860ed4f2ba0265705b8793d05] ,

I think you can use the 'starts with' operator with the filter here. Alternatively, for better results, you can use the search, find, or regex functions on the queried data stored in a local and return the indexed result(s) as output.

stefanhelzle0001
Brainy
December 3, 2024

This is not possible in the exact same way, but you can easily display search results in a list of cards below a search text field.

prasantap0900
December 5, 2024

You can use "includes" or "starts with" operator