Open
Description
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:
- http://localhost:8080/mod/removed?q=GM_set Returns nothing but it should
- http://localhost:8080/mod/removed?q=Marti Returns nothing but it should
One possible resolution suggested from @jerone with:
A found ... reason: the column
Item
is not a searchable property. The columnType
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