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 unescaped underscores in filter expression keys #1483

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dafriz
Copy link
Contributor

@dafriz dafriz commented Oct 7, 2024

This PR adds support for unescaped underscores in filter expresssion keys similar to how SQL allows tables and columns to have underscores.

I have submitted as 3 commits so you can see it was only a small code change in first commit, the 2nd one is autogenerated by antlr4 maven plugin and the 3rd is a new test case showing unescaped underscores are now accepted.

Feel free to re run the autogeneration to verify change

Fixes #696 - Default metadata field names in PagePdfDocumentReader are can't be parsed in a filter expression

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

Successfully merging this pull request may close these issues.

Default metadata field names in PagePdfDocumentReader are can't be parsed in a filter expression
2 participants