Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>

> RSQL is a query language for parametrized filtering of entries in RESTful APIs. It’s based on FIQL
> (Feed Item Query Language) – an URI-friendly syntax for expressing filters across the entries in an Atom Feed.
> (Feed Item Query Language) – a URI-friendly syntax for expressing filters across the entries in an Atom Feed.
> FIQL is great for use in URI; there are no unsafe characters, so URL encoding is not required. On the other side,
> FIQL’s syntax is not very intuitive and URL encoding isn’t always that big deal, so RSQL also provides a friendlier
> syntax for logical operators and some of the comparison operators.
Expand Down