Boolean search with one input element

Hi everyone,

is it possible to run a boolean search with one input element?

For example: We have a candidate database. Each candidate is tagged with skills. Can you allow users to search for candidates using AND/OR and NOT operators to specify their search? Like show me all candidates who are tagged with “Java” AND “C#” OR “Javascript”. Users should write that in only one input element.

Has anyone how that could work?

Set skills field as a list
Use a multisdropdown element so that users can select various skills
When searching build your expression with filtering’s advanced constraint

An unrelated example that shows the above

image

Thanks for your reply!

This is not exactly what I was looking for. In your example a candidate must have all skills which are selected from the multidropdown. So an OR-connection is not possible.

Any other ideas?

Incorrect. The expression will evaluate for the candidates selected in the multidropdown.

This topic was automatically closed after 70 days. New replies are no longer allowed.