Skip to content

Put a max length on the Fiql search term and fix performance parsing … - #3443

Open
coheigea wants to merge 1 commit into
mainfrom
coheigea/fiql-max-length
Open

Put a max length on the Fiql search term and fix performance parsing …#3443
coheigea wants to merge 1 commit into
mainfrom
coheigea/fiql-max-length

Conversation

@coheigea

@coheigea coheigea commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

…issue

@coheigea
coheigea force-pushed the coheigea/fiql-max-length branch from a896745 to b6dff9f Compare September 4, 2026 14:44
throw new SearchParseException("Not a comparison expression: " + expr);
}

private int[] findComparator(String expr) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coheigea I do understand the intent here, but does it actually make sense to go such far (basically rewriting what regex is doing)? We've limited the expression length, I think the issue should be largely mitigated, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants