Support #14917
closed
[Looking for data and advanced search] Searching by properties
Added by Chrystian Klingenberg almost 6 years ago.
Updated almost 6 years ago.
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.
- Description updated (diff)
- Target version set to Backlog Q1, Q2
- Status changed from New to In Progress
- Assigned To set to Michał Kłobukowski
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.
Example: "Species Human" becomes filters=[["any","@@","Species:*&Human:*"]]
- Status changed from In Progress to Resolved
- Status changed from Resolved to In Progress
- Status changed from In Progress to Resolved
- Assigned To changed from Michał Kłobukowski to Chrystian Klingenberg
- Status changed from Resolved to Closed
Also available in: Atom
PDF