Skip to content

Commit c1c6601

Browse files
authored
Merge pull request #135 from youns115/patch-1
fix startswith & endswith wildcard description
2 parents 226d5a7 + 14a9b31 commit c1c6601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basics/modifiers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ fieldname="*needle"
224224

225225
:::
226226

227-
The `endswith` modifier will insert a wildcard token (usually `*`) at the end of the provided value(s), such that the value is matched at the end of the field.
227+
The `endswith` modifier will insert a wildcard token (usually `*`) at the start of the provided value(s), such that the value is matched at the end of the field.
228228

229229
---
230230

@@ -448,7 +448,7 @@ fieldname="needle*"
448448

449449
:::
450450

451-
The `startswith` modifier will insert a wildcard token (usually `*`) at the start of the provided value(s), such that the value is matched at the beginning of the field.
451+
The `startswith` modifier will insert a wildcard token (usually `*`) at the end of the provided value(s), such that the value is matched at the beginning of the field.
452452

453453
---
454454

0 commit comments

Comments
 (0)