File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ The search behavior may be restricted by prepending various characters to the `s
224
224
225
225
* '^' Starts-with search.
226
226
* '=' Exact matches.
227
- * '@' Full-text search. (Currently only supported Django's [ PostgreSQL backend] ( https://docs.djangoproject.com/en/dev/ref/contrib/ postgres/ search/ ) .)
227
+ * '@' Full-text search. (Currently only supported Django's [ PostgreSQL backend] [ postgres- search ] .)
228
228
* '$' Regex search.
229
229
230
230
For example:
@@ -374,3 +374,4 @@ The [djangorestframework-word-filter][django-rest-framework-word-search-filter]
374
374
[ drf-url-filter ] : https://github.com/manjitkumar/drf-url-filters
375
375
[ HStoreField ] : https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/fields/#hstorefield
376
376
[ JSONField ] : https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/fields/#jsonfield
377
+ [ postgres-search ] : https://docs.djangoproject.com/en/stable/ref/contrib/postgres/search/
You can’t perform that action at this time.
0 commit comments