From 4e00e9cf880d36c3a4c112379a2578d430269e99 Mon Sep 17 00:00:00 2001 From: Mohammad Mortazavi <39920372+hans-thomas@users.noreply.github.com> Date: Sun, 10 Dec 2023 18:27:03 +0330 Subject: [PATCH] Update services.md (#25) --- docs/content/docs/Basics/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/Basics/services.md b/docs/content/docs/Basics/services.md index 8685816..367fb8d 100644 --- a/docs/content/docs/Basics/services.md +++ b/docs/content/docs/Basics/services.md @@ -186,7 +186,7 @@ domain/api/blog/posts/1/comments?where_pivot_filter[status]=accepted This filter ables you to fetch posts that has a command with a specific title. ``` -domain/api/blog/posts/1/comments?where_relation_filter[comments->title]=something +domain/api/blog/posts?where_relation_filter[comments->title]=something ``` {{< tip >}} @@ -199,7 +199,7 @@ It has the same functionality as `where_relation_filter` but apply where like condition. ``` -domain/api/blog/posts/1/comments?where_relation_like_filter[comments->title]=something +domain/api/blog/posts?where_relation_like_filter[comments->title]=something ``` ##### or_where_relation_filter