More search terms in a Text Field Filter in a datalist

Confluence User - 23 Feb, 2018

Hello experts, I am making very intensive use of the filters in a list of data. However I can see that when you enter search terms in a text field filter the system searches only the exact match. In my case, for example, if I search (in a list of almost 10,000 records) "Bomba de mano" the system returns 8 records. If instead I look for "Bomba mano" the system does not return any record. Is there a possibility that the search is carried out by doing AND and OR operations in order to search the terms entered individually?

datalists;filtering;search

1


27 Feb, 2018
confluenceUser
confluenceUser

Hi

The datalist filter works like the WHERE SQL LIKE operator, example "%filterword%".

You can build your own datalist filter to extend it ( helpful guides at Tutorials and Guideline for developing a plugin ).

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print