Actions
Support #14917
closed[Looking for data and advanced search] Searching by properties
Status:
Closed
Priority:
Normal
Assigned To:
Category:
-
Target version:
Due date:
Story points:
-
Release:
Release relationship:
Auto
Description
In the current solution, the user cannot find content by properties by typing just part of it like "Species Human". Right now, the system demand prefix language like "has:Species:Human" which is a reflection of added property inside advanced search.
Updated by Chrystian Klingenberg about 6 years ago
- Target version set to Backlog Q1, Q2
Updated by Michał Kłobukowski about 6 years ago
- Status changed from New to In Progress
- Assigned To set to Michał Kłobukowski
Updated by Tom Clegg about 6 years ago
Workbench1 splits into words ([-\.\/\w]+), appends
":*"
to each word to make it a prefix match, joins the resulting tokens with "&"
, and uses the "@@"
full text search filter.
- arvados:source:apps/workbench/app/assets/javascripts/filterable.js
- arvados:source:apps/workbench/app/assets/javascripts/to_tsquery.js
Example: "Species Human" becomes filters=[["any","@@","Species:*&Human:*"]]
Updated by Michał Kłobukowski about 6 years ago
- Status changed from In Progress to Resolved
Updated by Michał Kłobukowski about 6 years ago
- Status changed from Resolved to In Progress
Updated by Michał Kłobukowski about 6 years ago
- Status changed from In Progress to Resolved
Updated by Michał Kłobukowski about 6 years ago
- Assigned To changed from Michał Kłobukowski to Chrystian Klingenberg
Updated by Chrystian Klingenberg about 6 years ago
- Status changed from Resolved to Closed
Actions