• 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
..
auth Loading commit data...
controllers Loading commit data...
directives Loading commit data...
plugin Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
app.coffee Loading commit data...
controllers.coffee Loading commit data...
directives.coffee Loading commit data...
filters.coffee Loading commit data...
flash.coffee Loading commit data...
guest.coffee Loading commit data...
helpers.coffee Loading commit data...
host.coffee Loading commit data...
searchfilters.coffee Loading commit data...
services.coffee Loading commit data...
socket.coffee Loading commit data...
streamsearch.coffee Loading commit data...
util.coffee Loading commit data...