Issues

Select view

Select search mode

 
19 of 19

vendors - Unable to use "dashes" "-" in search bar

Ready for Release

Description

Steps to replicate:

Issue
"subscription-manager" was showing in the search results for 2)
It disappeared in 3)

I believe I could use dashes in the search field in the other zanata instances though.

Environment

None

Details

Assignee

Reporter

Labels

Tested Version/s

Sprint

Affects versions

Priority

More fields

Created 14 June 2017 at 08:28
Updated 27 June 2018 at 02:24
Resolved 18 July 2017 at 01:19

Activity

Show:

Former user21 November 2017 at 22:57

The implementation is already done. We are going to schedule a deployment soon.

Ludek Janda21 November 2017 at 10:08

Hi , I have been hitting this issue again recently. Unable to find "virt-viewer", "virt-manager", "subscription-manager" at the vendors instance. Please is there any chance this bug is going to be fixed in the nearest future? Thanks, Ludek

Former user30 June 2017 at 03:04

Just realized, when we build the query, we use CaseInsensitiveWhitespaceAnalyzer. When we index, we use default analyzer. If I switch to default analyzer when building query, I think we might loose the case insensitivity? I will test it.

Sean Flanigan30 June 2017 at 02:44

An SQL query (option 4) would be just like option 1 only worse, because it wouldn't be full-text search - it would have to be a straight substring search.

Unless we're talking about MySQL's full text search feature, which we haven't looked at.

Former user30 June 2017 at 02:10

I'm leaning to Option 2 but as mentioned, we won't know if another punctuation char will create similiar issue. Don't think there's 1 solution for all cases unless we switch to database query search rather than lucene.

Loading...