mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user