Skip to content

Commit f49148f

Browse files
committed
Update docstrings
1 parent 4297f6a commit f49148f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisvl/schema/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/unit/test_field_modifier_ordering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
to 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
99
where INDEXEMPTY/INDEXMISSING must appear BEFORE SORTABLE in field definitions.
1010
"""
1111

0 commit comments

Comments
 (0)