Bug #14744
closed[Bug][Looking for data and advanced search] - Inappropriate results
Description
The search facility is showing inappropriate results.
Cases:
- filters are not working
- clicking on the search button duplicates the results
- "type" filter is not working
- all Processes are always displayed
Updated by Chrystian Klingenberg almost 6 years ago
- Status changed from New to In Progress
Updated by Chrystian Klingenberg almost 6 years ago
- Target version set to Backlog Q1, Q2
Updated by Moritz Gilsdorf almost 6 years ago
Could this be related?
https://dev.arvados.org/issues/14722
Updated by Moritz Gilsdorf almost 6 years ago
I just tried to search for all collections that have the property Species:Rat assigned. The API filter generated looks like this:
filters=[["properties.Species","ilike","%Rat%"],["properties","exists","Species"],["groups.group_class","=","project"],["uuid","is_a",["arvados#collection"]]]
This does not work at all. It throws the error 422 and message
{"errors":["#<ArgumentError: Invalid attribute 'properties.Species' in filter>"],"error_token":"1547648617+2bde33fb"}
Strange also looks that the groups.group_class=project is in there. This for sure does not apply to collections.
Updated by Chrystian Klingenberg almost 6 years ago
Moritz Gilsdorf wrote:
Could this be related?
https://dev.arvados.org/issues/14722
I think not exactly. This case with uuid and properties seems to be something different. This one which I created was mostly connected with the results and Paweł already fixed almost all of those problems.
Updated by Pawel Kowalczyk almost 6 years ago
- Status changed from In Progress to Closed