You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+41-1Lines changed: 41 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,16 @@ Changelog
7
7
New
8
8
~~~
9
9
10
+
- SearchQuerySet.set_spelling_query for custom spellcheck. [Chris Adams]
11
+
12
+
This makes it much easier to customize the text sent to the
13
+
backend search engine for spelling suggestions independently
14
+
from the actual query being executed.
15
+
16
+
- Support ManyToManyFields in model_attr lookups. [Arjen Verstoep]
17
+
18
+
Thanks to @Terr for the patch
19
+
10
20
- `update_index` will retry after backend failures. [Gilad Beeri]
11
21
12
22
Now `update_index` will retry failures multiple times before aborting
@@ -53,6 +63,11 @@ New
53
63
Changes
54
64
~~~~~~~
55
65
66
+
- Make backend subclassing easier. [Chris Adams]
67
+
68
+
This change allows the backend build_search_kwargs to
69
+
accept arbitrary extra arguments, making life easier for authors of `SearchQuery` or `SearchBackend` subclasses when they can directly pass a value which is directly supported by the backend search client.
0 commit comments