Skip to content

Allow dictionary sets inside option sets, order sets, and phrases #10

@RunDevelopment

Description

@RunDevelopment

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions