mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-01 03:54:50 +00:00
Removed a TODO that doesn't apply anymore
This commit is contained in:
parent
cee069dd5e
commit
bd319a8a3a
1 changed files with 0 additions and 2 deletions
|
|
@ -790,8 +790,6 @@ class SearchQuery(BaseSearchQuery):
|
|||
self.backend = backend or SearchBackend()
|
||||
|
||||
def build_query(self):
|
||||
# DS_TODO: How does stemming work with this new refactor?
|
||||
|
||||
if not self.query_filter:
|
||||
query = xapian.Query('')
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue