Skip to content

Commit

Permalink
Case-sensitivity note
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Aug 8, 2024
1 parent fd859c9 commit 25102ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/5.x/development/element-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ To make a query case-_insensitive_, pass an object with the special `caseInsensi
.all() %}
```

[Dropdown](../reference/field-types/dropdown.md), [Radio](../reference/field-types/radio.md), [Checkboxes](../reference/field-types/checkboxes.md), and other fields whose only allowable values are determined by the field’s configuration are _always_ handled in a case-sensitive way.

### Reusing Queries

Sometimes, you might want to run a number of similar queries. Take this case, where we want to show some information about upcoming events at a library:
Expand Down

0 comments on commit 25102ec

Please sign in to comment.