Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rungta committed Aug 9, 2022
1 parent b014f65 commit fd89f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,16 @@ The plugin currently supports the following different types of filters:
Type | Description
:--- | :---
`category` | Adds a `relatedTo` criteria to the [Category][cat] with the given slug, and any of its descendants. The Category’s search can be scoped by specifying a Category Group handle in the optional param `group`. The relation’s field can be specified using the optional param `field`. Set the filter’s `includeDescendants` to false if you do not wish descendant Categories to be included in the `relatedTo` criteria.
`categories` | Similar to the `category` filter but supports a common separated list of slugs instead of just one slug.
`categories` | Similar to the `category` filter but supports a comma separated list of slugs instead of just one slug.
`entry` | Adds a `relatedTo` criteria to the [Entry][] with the given slug, and any of its descendants. The Entry’s search can be scoped by specifying a [Section][sec] handle in the optional param `section`. The relation’s field can be specified using the optional param `field`. Set the filter’s `includeDescendants` to false if you do not wish descendant Entries to be included in the `relatedTo` criteria.
`entries` | Similar to the `entry` filter but supports a common separated list of slugs instead of just one slug.
`entries` | Similar to the `entry` filter but supports a comma separated list of slugs instead of just one slug.
`field` | Adds a field criteria to the field specified by `handle` (required param).
`month` | Adds a numeric month criteria on the optional param `field` (which defaults to `postDate`).
`search` | Adds a [`search`][search] criteria. Criteria value can be overidden using the optional param `value`.
`section` | Adds a `section` criteria if the specified [Section][sec] handle is valid. Section handle value can be overidden using the optional param `value`.
`type` | Adds a `type` criteria if the specified [EntryType][type] handle is valid. EntryType handle value can be overidden using the optional param `value`.
`uri` | Adds a relatedTo criteria to the entry with the given URI, and any of its descendants. The Entry’s search can be scoped by specifying a [Section][sec] handle in the optional param `section`. The relation's field can be specified using the optional param `field`. Set the filter's `includeDescendants` to false if you do not wish descendant Entries to be included in the `relatedTo` criteria.
`uris` | Similar to the `uri` filter but supports a common separated list of URIs instead of just one URI.
`uris` | Similar to the `uri` filter but supports a comma separated list of URIs instead of just one URI.
`year` | Adds a date range criteria for the given year on optional param `field` (which defaults to `postDate`).

[cat]:https://docs.craftcms.com/v3/categories.html
Expand Down

0 comments on commit fd89f02

Please sign in to comment.