• ujvari's avatar
    Fix Searchfilter's bad handling of quote characters · 3f243561
    ujvari authored
    We're parsing the search expression for " and ' characters
    to treat the text between the quotes as one unit.
    But this wasn't working well, when there was a facet before the quoted part,
    the quote characters were leaking into the search as meaningful characters.
    
    I.e. tag:"no way" , the system was looking for '"no way"', instead of just 'no way'.
    This has been fixed
    
    With this proper working tag-search,
    when the tag has space characters, is just adding two extra quotes.
    
    Fix #1431
    3f243561
Name
Last commit
Last update
h/static Loading commit data...
tests/js Loading commit data...
karma.config.js Loading commit data...
package.json Loading commit data...