Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Update Value description to case insensitive. #32

Merged
merged 1 commit into from Mar 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/filter.md
Expand Up @@ -24,7 +24,7 @@ Allowed **operators**:
* `!=` imples an exact not match
* `~` implies a contains lookup

**Value** is a string. All the lookups are case sensitive.
**Value** is a string. All the lookups are case insensitive.

Expressions can be joined with boolean operators. Following boolean operators are supported:
* `|` implies a boolean `OR`
Expand Down