Commit c53420b
Search Against Annotation Text Indexes (#223)
* Bring in search logic
* It searches!
* idNegotiation on search results
* All the search logic
* Lint, and add support for passing search options into the endpoint
* polish
* Update API documentation
* polish
* polish
* polish
* polish
* polish
* polish
* polish
* polish
* exists test for new routes
* Update public/API.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update public/API.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update public/API.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update controllers/search.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update controllers/search.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* get rid of utils. prefix from createExpressError
* Update public/API.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update public/API.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* slop formatting
* Touch ups to API.html as discussed at standup.
* bump version because of new search feature
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 3c32a20 commit c53420b
File tree
12 files changed
+1002
-11
lines changed- .github
- __tests__
- controllers
- public
- stylesheets
- routes
12 files changed
+1002
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
108 | 116 | | |
109 | 117 | | |
110 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments