Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja authored Dec 21, 2023
1 parent d5b1724 commit 0f21127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for more details on specific ones.
Supported operators are: `EQ`, `IN`, `GT`, `GTE`, `LT`, `LTE`, `BETWEEN`.

- [`Visible`](https://github.com/netgen/ibexa-search-extra/blob/master/lib/API/Values/Content/Query/Criterion/Visible.php) criterion (`solr`, `legacy`),
usable in both Content and Location search. The criterion works on compound visiblity of Content and Location objects:
usable in both Content and Location search. The criterion works on compound visibility of Content and Location objects:
the Content is visible if it's marked as visible; the Location is visible if it's marked as visible, is not hidden by
one of its ancestor Locations, and it's Content is visible.

Expand Down

0 comments on commit 0f21127

Please sign in to comment.