-
Notifications
You must be signed in to change notification settings - Fork 319
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
Removed items aren't fully searchable #490
Comments
* Added for group list sorting * Added for script list sorting * Added for user list sorting * Not applied to graveyard since that is OpenUserJS#490 ... remainder of scripts/libraries/users "should" be okay. See also: * Initial report at https://openuserjs.org/discuss/faulty_search_order_by_...
* Unable to find documentation on the wildcard at this time but appears that it doesn't work... closest match is an issue on *mongoose* at 3213 ... nothing I've tried works there with `{ type : Object, index : true }` or other type ... this probably isn't the final solution and another QSP would be useful to limit scope and perhaps another of exclusion of scope... but these are all encompassing searches for now. * Those stray commas again * Change casing on `WATCHPOINT` back to `NOTE: Watchpoint` for grep'ability Applies to post fix OpenUserJS#696, patch for OpenUserJS#490, and solution needed in OpenUserJS#485
This issue is still open because it would nice to have another QSP, maybe |
And perhaps a "not" flag QSP... to invert the search.
|
* 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
Added tracking upstream label due to |
* 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
* More visible distinction on filtered models in removed items Applies to OpenUserJS#490
* Don't select Clear Filter at removed items in case someone gets clever and modifies the url to a non-existent model filter * Give the Clear Filter at removed items a little coloring just for informational purposes with an applicable *bootstrap* class * Match some the *font-awesome* icons in a few other places in xs views and normal views ... using singular icons always but text can be plural if applicable * @sizzlemctwizzle ... Would like to turn rating into the `fa-heartbeat` to indicate the pulse however that is currently blocking assigned in OpenUserJS#262 as a vote thing. Would be a better distinction between installs and that I believe. Applies to OpenUserJS#490
* Added vote to FortAwesome/Font-Awesome#2301 ... would be a great addition if released. :) * Probably going to take a break from this section for a while Applies to OpenUserJS#490
EDIT: Isolated searches are now not searchable because we needed a general search
As mentioned in #489 the removed items fail to search on at the very least a Remover name.Some dev test points:
One possible resolution suggested from @jerone with:
EDIT:
Searching should try to include more columns not just ones that are linked.
Keep in mind #526The text was updated successfully, but these errors were encountered: