-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace littletable with redis-om(redisearch) (#1788)
* replace little table with redis-om * add partial word search https://redis.io/docs/interact/search-and-query/advanced-concepts/query_syntax/#prefix-matching * limit prefix expansion to 3 words * use redis-stack inplace of redis image * handle exceptions raised due to cache miss * add health check for containers * fix page size issue * fix test * escape tokens * add is leaf filter for icd11 items * fix bucket auth * fix localstack cors * use a different endpoint for docker health check * only load icd11 in cache which has code * fix imports * fix key error * revert docker changes * fix ping endpoint * fix icd11 search by code * fix not found error handling * make icd tests cover more cases * fix ping endpoint
- Loading branch information
Showing
42 changed files
with
537 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
htmlcov | ||
staticfiles | ||
.coverage | ||
care/media/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.