You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, we're using the
search
param on theallForms
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.The text was updated successfully, but these errors were encountered: