1
0
Commit Graph

27 Commits

Author SHA1 Message Date
Julien Buty
79de27f0ed Merge pull request #2 from Gringill/master
Do not split on spaces inside simple and double quotes.
2015-10-22 11:00:43 +08:00
Daniel Spofford
8396eac097 Add tests for quoted search terms with spaces and escaped quotes in them 2015-10-21 21:19:26 -05:00
Julien Buty
3c8bfd5a1c Update version number.
To account for minor doc correction.
2015-05-16 15:05:56 +08:00
Julien Buty
f9d469c18f Update travis badge url. 2015-05-16 15:04:30 +08:00
Julien Buty
b5760d607c Fix typo in README. 2015-05-16 15:02:50 +08: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 Buty
5215b3dfb0 Fix doc type in README.md 2014-04-07 05:11:49 +08:00
Julien Buty
b80f200e74 Better format README.md 2014-04-07 05:10:48 +08:00
Julien
0af47b7935 Add build status image to README.md 2014-04-07 05:07:58 +08:00
Julien
543ea1360f Remove node 0.8 form CI. 2014-04-07 05:07:19 +08:00
Julien
e991fac321 Add option to mocha test command. 2014-04-07 05:01:24 +08:00
Julien
8810261d9b Add mocha as a devDependency. 2014-04-07 04:53:31 +08:00
Julien
83c34aa4bd Add travis CI config. 2014-04-07 04:50:11 +08:00
Julien
f99fdd590e Fix typo in README.md. 2014-04-07 03:57:30 +08:00
Julien
82caff092d Add lib to component.json scripts path. 2014-04-07 01:36:26 +08:00
Julien
03e6964860 Make it a component. 2014-04-07 01:27:18 +08:00
Julien
d250d9897f Update repo URL in package.json. 2014-04-07 01:25:39 +08:00
Julien Buty
3b952d9d26 Update README 2014-04-07 01:21:48 +08:00
Julien
eca1ad0cfc Add .gitignore, Lines, README files. 2014-04-07 01:16:04 +08:00
Julien
1400315445 Add more info to package.json. 2014-04-07 00:40:18 +08:00
Julien
fb2a8e2f3b Add parsing library. 2014-04-07 00:38:47 +08:00
Julien
973de75eeb Implement advanced syntax query parsing. 2014-04-07 00:38:30 +08:00
Julien
fb7857d0ec Improve test cases. 2014-04-07 00:37:33 +08:00
Julien
4755d04e6e add a first simple test case 2014-04-06 20:08:33 +08:00
Julien
b855781019 create initial package.json 2014-04-06 20:07:24 +08:00