File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def _normalize_field_modifiers(
105105) -> None :
106106 """Normalize field modifier ordering for RediSearch parser.
107107
108- RediSearch has a parser limitation (redis/redis#5177) where INDEXEMPTY and
108+ RediSearch has a parser limitation where INDEXEMPTY and
109109 INDEXMISSING must appear BEFORE SORTABLE in field definitions. This function
110110 reorders field.args_suffix to match the canonical order.
111111
Original file line number Diff line number Diff line change 55to satisfy RediSearch parser requirements. The canonical order is:
66 [INDEXEMPTY] [INDEXMISSING] [SORTABLE [UNF]] [NOINDEX]
77
8- This is required because RediSearch has a parser limitation (redis/redis#5177)
8+ This is required because RediSearch has a parser limitation
99where INDEXEMPTY/INDEXMISSING must appear BEFORE SORTABLE in field definitions.
1010"""
1111
You can’t perform that action at this time.
0 commit comments