mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-05 05:54:47 +00:00
Removed weight argument from call to SearchResult in search call.
This commit is contained in:
parent
99435741b2
commit
5551d45e49
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ class SearchBackend(BaseSearchBackend):
|
|||
)
|
||||
}
|
||||
results.append(
|
||||
SearchResult(app_label, module_name, pk, match.percent, weight=match.weight, **model_data)
|
||||
SearchResult(app_label, module_name, pk, match.percent, **model_data)
|
||||
)
|
||||
|
||||
if facets:
|
||||
|
|
|
|||
Loading…
Reference in a new issue