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 dictionary sets inside option sets, order sets, and phrases #10

Open
RunDevelopment opened this issue Jul 2, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@RunDevelopment
Copy link
Member

Right now, regex words are allowed inside option sets, order sets, and phrases while dictionary sets are not.

Implementing this for order sets might cause extremely complex queries. I.e. the query { #foo #bar #baz #boo } will blow up to 240.000 norm queries (assuming that each dictset matches 10 words/phrases). However, the same is also true for order sets containing regex words (e.g. { the* are* only* human* }). This is all caught by a complexity check, so we will reject extremely complex queries anyway.

@RunDevelopment RunDevelopment added the enhancement New feature or request label Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant