refactor!: drop redisearch

incr: replace text and tag fields

incr: use rediswrapper's make key

incr: indexDefinition from redis

incr: replace index creation

incr: replace AutoCompleter

incr: replace product search ac

incr: replace client querying

fix: broken redisearch load test

fix: pass actual query to get suggestion
(cherry picked from commit 4a38ce659d)

# Conflicts:
#	erpnext/e_commerce/redisearch_utils.py
#	erpnext/templates/pages/product_search.py
#	pyproject.toml
This commit is contained in:
Ankush Menat
2022-08-22 00:23:22 +05:30
committed by Mergify
parent 7b158accec
commit 9ac973fff6
3 changed files with 63 additions and 25 deletions

View File

@@ -12,9 +12,12 @@ dependencies = [
"pycountry~=20.7.3",
"python-stdnum~=1.16",
"Unidecode~=1.2.0",
<<<<<<< HEAD
"redisearch~=2.1.0",
"rapidfuzz~=2.15.0",
"holidays~=0.28",
=======
>>>>>>> 4a38ce659d (refactor!: drop redisearch)
# integration dependencies
"gocardless-pro~=1.22.0",