seitime-frappe/frappe/search
Ankush Menat 01c6a55031
perf: random memory optimizations (#36102)
* perf: preload mysqlclient

Now the default choice instead of PyMySQL.

* perf: Lazy load JWT

OAuth is not used that frequently, on that many sites.

* perf: Lazy load whoosh

Rarely loaded
2026-01-20 06:57:19 +00:00
..
__init__.py perf: random memory optimizations (#36102) 2026-01-20 06:57:19 +00:00
full_text_search.py docs: consistent doc strings 2023-12-18 18:27:39 +05:30
sqlite_search.md feat: SQLite FTS5 search framework for Frappe apps (#33359) 2025-07-29 11:18:56 +05:30
sqlite_search.py fix: deduplicate documents in search index while updating 2025-12-31 18:06:44 +05:30
test_full_text_search.py refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
website_search.py refactor: change filter from tuple to dict 2024-11-26 11:38:15 +05:30