OpenUserJS / OpenUserJS.org

The home of FOSS user scripts.
https://openuserjs.org/
GNU General Public License v3.0
833 stars 300 forks source link

Removed items aren't fully searchable #490

Open Martii opened 9 years ago

Martii commented 9 years ago

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:

A found ... reason: the column Item is not a searchable property. The column Type is for example a searchable column (http://localhost:8080/mod/removed?q=user)

EDIT: Searching should try to include more columns not just ones that are linked.

Keep in mind #526

Martii commented 9 years ago

This issue is still open because it would nice to have another QSP, maybe model, that would just return results from the items from the model removed and ignore everything else including reason... like it was doing before #699 (shallow search before that in #697) ... but we still need a generalized search (now) which is why just a q= is general... for now.

Martii commented 9 years ago

And perhaps a "not" flag QSP... to invert the search.


depth with shallow vs deep vs surface ?? ... script searching is quite "deep" right now since it goes across a lot of things such as in the model using name, author, about, meta.include, etc.

Martii commented 9 years ago

Added tracking upstream label due to content.* not working currently.... and it would be nice to find the documentation for this. I never did find the syntax reference for it.