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

Timeout when using long search strings in Content Selectors #3763

Closed
alansemenov opened this issue Oct 25, 2024 · 0 comments · Fixed by #3764
Closed

Timeout when using long search strings in Content Selectors #3763

alansemenov opened this issue Oct 25, 2024 · 0 comments · Fixed by #3764
Assignees
Labels
Bug Something isn't working

Comments

@alansemenov
Copy link
Member

alansemenov commented Oct 25, 2024

We should add a limit on search string (80 should be good enough), caused by this part of the query:

OR _path LIKE '/content/*Nye*mottakere*av*uføretrygd*per*\1\0\0\0*ikke\-ufør*i*befolkningen*\*\)\,*etter*fylke\.*Aldersstandardiserte*tall\.*\1\.*kvartal\-\4\.*kvartal*\2\0\1\4\-\2\0\2\3*\*\*\)\.*Per*tusen\.*')

If the limit on searchstring length is exceeded, don't search in paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant