How to make search field in a list use begin with condition?

Confluence User - 28 Dec, 2015

I have a contact list and i want to search names that begin with a character.

For example SELECT * FROM contacts WHERE surname LIKE @PartialName + '%';

I can make it static with JDBC Datalist Binder but i want to search with a search field.

English isn’t my first language, so please excuse any mistakes.

datalists

2


29 Dec, 2015
confluenceUser
1
confluenceUser

Hi,

You can make use of the Text Field Filter to search your data list, it should match a partial value. If you need a different way of filtering then you can also develop your own custom filter plugin.

 

29 Dec, 2015
confluenceUser
confluenceUser

Thank you

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print