You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented Initial Query Parser for Search Interfaces (#2114)
* Implement Initial Query Parser for Search Interfaces
[#2038]
* fixed suggestions addressed bots
* fixed edge cases for token parsing and enhaced test cases
* fixed suggestions addressed by bot in query_parser_test.py
* addressed the suggestions and fixed them
* Refine field name regex and validation logic
Updated the field name regex pattern and modified the return logic in the field name validation method.
* fixed suggestions addressed by bot
* Fix Docs case-sensitivity behavior explanation
* Resolved pnpm run format issue in some frontend files
* Restored frontend files format to original
* Update code
* Resolved suggestions
* format check
* updated parser to return value with type and enhanced test cases
* Implement overflow check for numeric value parsing
* fixed pre-commit checks and handled try/except more effectively
* Update code
---------
Co-authored-by: Arkadii Yakovets <[email protected]>
Co-authored-by: Arkadii Yakovets <[email protected]>
Co-authored-by: Kate Golovanova <[email protected]>
0 commit comments