Skip to content

Commit c492e62

Browse files
Fixes after review
1 parent 502d2fa commit c492e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/search/criteria_reference/isbookmarked_criterion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ description: IsBookmarked Search Criterion
66

77
The [`IsBookmarked` Search Criterion](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Query-Criterion-Location-IsBookmarked.html)
88
searches for location based on whether it's bookmarked or not.
9+
It works with current user reference.
910

1011
This Criterion is available only for location Search.
11-
It works with current user reference.
1212

1313
## Arguments
1414

@@ -19,7 +19,7 @@ It works with current user reference.
1919
### PHP
2020

2121
``` php
22-
[[= include_file('code_samples/search/location/isbookmarked_criterion.php') =]]
22+
[[= include_file('code_samples/search/location/isbookmarked_criterion.php', 2) =]]
2323
```
2424

2525
### REST API

0 commit comments

Comments
 (0)