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
224224
225225* '^' Starts-with search.
226226* '=' 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 ] .)
228228* '$' Regex search.
229229
230230For example:
@@ -374,3 +374,4 @@ The [djangorestframework-word-filter][django-rest-framework-word-search-filter]
374374[ drf-url-filter ] : https://github.com/manjitkumar/drf-url-filters
375375[ HStoreField ] : https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/fields/#hstorefield
376376[ 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