forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow operator characters on the RHS of filter
Fixes an issue where filters with operator characters on the RHS would return 400s. This is because it parses the operator as the first one found anywhere in the filter. By taking a more LALR-ish approach, we can avoid this problem by parsing it as the first operator found in the string. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1365013
- Loading branch information
1 parent
35e4d83
commit 1a21138
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters