Skip to content

Commit

Permalink
Update services.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed Dec 10, 2023
1 parent 0deeff8 commit d5800b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/Basics/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ we really wanted. below example, shows how to get posts that has a `title`
like `valravn` OR has a comment(s) that their `title` is equal to `something`.

```
domain/api/blog/posts/1/comments?or_where_relation_filter[comments->title]=something&like_filter[title]=valravn
domain/api/blog/posts?or_where_relation_filter[comments->title]=something&like_filter[title]=valravn
```

##### or_where_relation_like_filter
Expand Down

0 comments on commit d5800b2

Please sign in to comment.