Project

General

Profile

Actions

Support #14917

closed

[Looking for data and advanced search] Searching by properties

Added by Chrystian Klingenberg over 5 years ago. Updated 2 months ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Due date:
Story points:
-
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.

Actions #1

Updated by Chrystian Klingenberg over 5 years ago

  • Description updated (diff)
Actions #2

Updated by Chrystian Klingenberg over 5 years ago

  • Target version set to Backlog Q1, Q2
Actions #3

Updated by Michał Kłobukowski over 5 years ago

  • Status changed from New to In Progress
  • Assigned To set to Michał Kłobukowski
Actions #4

Updated by Tom Clegg over 5 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.

Example: "Species Human" becomes filters=[["any","@@","Species:*&Human:*"]]

Actions #5

Updated by Michał Kłobukowski over 5 years ago

  • Status changed from In Progress to Resolved
Actions #6

Updated by Michał Kłobukowski over 5 years ago

  • Status changed from Resolved to In Progress
Actions #7

Updated by Michał Kłobukowski over 5 years ago

  • Status changed from In Progress to Resolved
Actions #8

Updated by Michał Kłobukowski over 5 years ago

  • Assigned To changed from Michał Kłobukowski to Chrystian Klingenberg
Actions #9

Updated by Chrystian Klingenberg over 5 years ago

  • Status changed from Resolved to Closed
Actions #10

Updated by Peter Amstutz 2 months ago

  • Release set to 15
Actions

Also available in: Atom PDF