seitime-frappe/frappe/search
barredterra 88c8baa9ee refactor: for append to extend, merge list extend
Replace a for append loop with list extend.
Create the list with values instead of creating
an empty list and extending it with another list.
2023-08-09 13:25:39 +02:00
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
full_text_search.py refactor: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00
test_full_text_search.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
website_search.py refactor: Add a maxsplit limit to string splits 2023-01-24 19:22:51 +05:30