Skip to content

Commit

Permalink
Update services.md (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed Dec 10, 2023
1 parent ea0d597 commit 4e00e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/Basics/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand All @@ -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
Expand Down

1 comment on commit 4e00e9c

@vercel
Copy link

@vercel vercel bot commented on 4e00e9c Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

valravn – ./

valravn.vercel.app
valravn-hans-thomas.vercel.app
valravn-git-v1-hans-thomas.vercel.app

Please sign in to comment.