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

Reestablish the model filters #700

Merged
merged 1 commit into from
Aug 5, 2015

Conversation

Martii
Copy link
Member

@Martii Martii commented Aug 5, 2015

  • This is about the medium average point between methodologies of Zren, Jerone, SizzleMcTwizzle and myself that can be managed at the moment... I tinkered with naming the QSP filterBy... Item, Reason, Removed By, and Date will never be filtered imho so I ended up with a merge of byModel.
  • Fixed a bug on exports....
  • Renamed the column from Type to Model since that's probably what is going to be in here... although strategy model probably won't but the orderBy QSP is already using model

Applies to #490

* This is about the medium average point between methodologies of Zren, Jerone, SizzleMcTwizzle and myself that can managed at the moment... I tinkered with naming the QSP `filterBy`... Item, Reason, Removed By, and Date will never be filtered imho so I ended up with a merge of `byModel`.
* Fixed a bug on `exports.`...
* Renamed the column from `Type` to `Model` since that's probably what is going to be in here... although `strategy` model probably won't but the `orderBy` QSP is already using `model`

Applies to OpenUserJS#490
@Martii Martii added bug You've guessed it... this means a bug is reported. UI Pertains inclusively to the User Interface. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. labels Aug 5, 2015
Martii added a commit that referenced this pull request Aug 5, 2015
Reestablish the model filters

Auto-merge
@Martii Martii merged commit f7b896b into OpenUserJS:master Aug 5, 2015
@Martii Martii deleted the Issue-490filtersReestablish branch August 5, 2015 10:56
@@ -125,7 +125,7 @@ var parseUserSearchQuery = function (aUserListQuery, aQuery) {
fullWordMatchFields: []
});
};
exports.parseCommentSearchQuery = parseCommentSearchQuery;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already exported once... so matched it with it's function... this is the bug mentioned.

@Martii Martii added this to the #485 milestone Aug 5, 2015
Martii pushed a commit to Martii/OpenUserJS.org that referenced this pull request Aug 7, 2015
* Rename existing query filter chained condition for a DB specific use case
* Create a new query filter chain specific for using defaults
* Singular the search placeholder for removed items in whatever model

Closes OpenUserJS#701 and post OpenUserJS#490 and OpenUserJS#700 fix
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug You've guessed it... this means a bug is reported. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. UI Pertains inclusively to the User Interface.
Development

Successfully merging this pull request may close these issues.

2 participants