caluma icon indicating copy to clipboard operation
caluma copied to clipboard

Allow searching for forms based on substrings

Open czosel opened this issue 3 years ago • 0 comments

Currently, we're using the search param on the allForms query in the caluma form builder to search for forms, which doesn't do substring-matching (e.g. searching for "My" would not find "MyForm", but searching for "MyForm" would; the same goes for searching for questions). We could either adapt the search to do substring-based search or offer an additional param to allow switching between the two modes. We have to consider potential performance issues of substring-based search though.

czosel avatar Sep 03 '21 14:09 czosel