Skip to content

Commit

Permalink
fix typos and add missing informations
Browse files Browse the repository at this point in the history
  • Loading branch information
WHLukasz committed Mar 22, 2024
1 parent 5dd2198 commit ab7a49d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions docs/API/content-type/listing-co.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ Filters can accept the following filter types:
- empty
- notEmpty

Below, you check see example for each filter usage:
You can chech the example for each filter usage below:

!!! Example

Expand Down Expand Up @@ -667,7 +667,7 @@ Below, you check see example for each filter usage:

Object parameter must be less or equal to `filter`

Can be used with number type parameters
Can be used with number and date type parameters

Example:
Expand Down Expand Up @@ -707,7 +707,7 @@ Below, you check see example for each filter usage:

Object parameter must be less than a filter

Can be used with number type parameters
Can be used with number and date type parameters

Example:
Expand Down Expand Up @@ -747,7 +747,7 @@ Below, you check see example for each filter usage:

Object parameter must be greater or equal than `filter`

Can be used with number type parameters
Can be used with number and date type parameters

Example:
Expand Down Expand Up @@ -787,7 +787,7 @@ Below, you check see example for each filter usage:

Object parameter must be greater than `filter`

Can be used with number type parameters
Can be used with number and date type parameters

Example:
Expand Down Expand Up @@ -827,7 +827,7 @@ Below, you check see example for each filter usage:

Object parameter must be between `filter` and `filter2`, it is only filter type that has three keys in filter object

Can be used with number type parameters
Can be used with number and date type parameters

Example:
Expand Down Expand Up @@ -868,6 +868,8 @@ Below, you check see example for each filter usage:

Object parameter does not exist or is an empty string or array; the `filter` parameter is ignored

Can be used with every type.

Example:
`filters={"title":{"type":"empty"}}`
Expand Down Expand Up @@ -906,6 +908,8 @@ Below, you check see example for each filter usage:

Object parameter exists and is not an empty string or array; the `filter` parameter is ignored.

Can be used with every type.

Example:
`filters={"title":{"type":"notEmpty"}}`
Expand Down Expand Up @@ -941,7 +945,7 @@ Below, you check see example for each filter usage:
{ data-search-exclude }

!!! Note
The equals and notEquals filters allow passing multiple elements so that the results are equal to any of them, for examples:<br>
The equals and notEquals filters allow passing multiple elements so that the results are equal to any of them, for example:<br>
`{"name":{"type":"equals", "filter":["product-1", "product-2"]}}` <br>
or: <br>
`{"name":{"type":"notEquals", "filter":["product-1", "product-2"]}}`
Expand Down
2 changes: 1 addition & 1 deletion docs/API/media-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ All the Media Content Object parameters are described also in the `Media` Conten
"type": "string"
}
}
}
}
],
"required": [
"fileName",
Expand Down

0 comments on commit ab7a49d

Please sign in to comment.