-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat: Implement startsWith Filter for Number Columns - 1350 #1373
Feat: Implement startsWith Filter for Number Columns - 1350 #1373
Conversation
else: | ||
field = get_field_for_filter(FuelCode, field_name) | ||
|
||
if field is None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great check!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is going to majorly conflict with the original feature to sort / filter columns. I really didn't expect this to get reviewed first. |
Let's get this merged. |
This PR implements a startsWith filter for number columns in the following tables:
BCeID:
IDIR:
Closes #1350