Brad Vogel
5482703b57
Fix implicit global variable that threw an exception when used in strict mode.
2016-10-27 18:09:45 -07:00
yangchen
2167fac836
add exclusion syntax
2016-09-27 12:17:11 +08:00
Luiz Freneda
1efb5b1e61
set an empty string when string was not provided
...
preventing TypeError: Cannot read property 'trim' of undefined or TypeError: Cannot read property 'trim' of null
2016-08-31 13:14:28 -03:00
Luiz Freneda
cf8359b8d6
moving ; 😆
2016-08-25 10:32:05 -03:00
Daniel Spofford
5a37692e67
Correctly handle semicolons within search term values
2015-05-04 09:54:17 -05:00
Daniel Spofford
5090897e18
Respect escaped characters while also respecting quoted spaces
2015-05-03 00:11:00 -05:00
Daniel Spofford
a631329ea5
Do not split on spaces inside simple and double quotes
...
Use a regex to identify search terms more reliably than spliting on a space.
Does NOT respect escaping simple or double quotes within a term since JS
does not support look-behinds in regexs.
2015-05-02 21:41:25 -05:00
Julien
fb2a8e2f3b
Add parsing library.
2014-04-07 00:38:47 +08:00