This website requires JavaScript.
Explore
Help
Sign In
davejansen
/
search-query-parser
Archived
Watch
1
Star
0
Fork
0
You've already forked search-query-parser
Code
Activity
This repository has been archived on
2024-03-25
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
09a1110f401fd715697c63dc066e1a2b29e02896
search-query-parser
/
test
History
Brad Vogel
09a1110f40
Return the character offsets of parsed search parts. The use case is that browser code using the library might want to track the cursor position (eg in an HTML <input> element) to understand which part of the search query the user is editing. It could then show an editor specific to that keyboard, such as a calendar picker, and then splice in the edited value back into the search string.
2016-10-28 12:58:10 -07:00
..
index.html
Improve test cases.
2014-04-07 00:37:33 +08:00
mocha.css
Improve test cases.
2014-04-07 00:37:33 +08:00
mocha.js
Improve test cases.
2014-04-07 00:37:33 +08:00
test.js
Return the character offsets of parsed search parts. The use case is that browser code using the library might want to track the cursor position (eg in an HTML <input> element) to understand which part of the search query the user is editing. It could then show an editor specific to that keyboard, such as a calendar picker, and then splice in the edited value back into the search string.
2016-10-28 12:58:10 -07:00
tests.js
Improve test cases.
2014-04-07 00:37:33 +08:00