We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding a field (int) for year, the filters does not work (it filters away everything) When using a string field (schema.TextLine) it works
The text was updated successfully, but these errors were encountered:
more fixes for #59
d6ec42a
Some issue for me; the solution I found was to register an adapter for IGroupByModifier like this
@implementer(IGroupByModifier) @adapter(IGroupByCriteria) def groupby_modifier(groupby): groupby._groupby['my_field_index_with_integers']['index_modifier'] = int
Sorry, something went wrong.
No branches or pull requests
When adding a field (int) for year, the filters does not work (it filters away everything)
When using a string field (schema.TextLine) it works
The text was updated successfully, but these errors were encountered: