diff --git a/docs/content/docs/Basics/services.md b/docs/content/docs/Basics/services.md index c7654c7..8685816 100644 --- a/docs/content/docs/Basics/services.md +++ b/docs/content/docs/Basics/services.md @@ -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