Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow searching for forms based on substrings #1561

Open
czosel opened this issue Sep 3, 2021 · 0 comments
Open

Allow searching for forms based on substrings #1561

czosel opened this issue Sep 3, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@czosel
Copy link
Contributor

czosel commented Sep 3, 2021

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 czosel added the good first issue Good for newcomers label Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant