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

DEVEXP-206: Now supporting auth via a basic header #209

Closed
wants to merge 1 commit into from

Conversation

BillFarber
Copy link
Collaborator

I found that setting "data.filtersApplied.all = true", after the data has been retrieved from MarkLogic, prevents the filtering from happening (which prevents the null values from being ordered incorrectly).

However, setting that value all the time causes quite a few tests to fail. Additionally, it's conceivable that it would change current behavior that users don't want changed.

So, I propose a new query param, "skipFiltering". When that param is set to true, then data.filtersApplied.all is set to true, and the filtering step is skipped and the null values are sorted as expected.

Thoughts?

@BillFarber
Copy link
Collaborator Author

Closing this PR because it's not quite what we want.
I've opened an issue with KoopJS instead:
koopjs/koop#468

@BillFarber BillFarber closed this Feb 23, 2023
@BillFarber BillFarber deleted the feature/skipFiltering branch February 23, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants