Skip to content

Commit

Permalink
Improved README documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hailpam committed Oct 17, 2020
1 parent c18ef1a commit 553f448
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The Feed Item Query Language (FIQL, pronounced "fickle") is a simple
but flexible, URI-friendly syntax for expressing filters across the
entries in a syndicated feed. For example,

```bash
title==foo*;(updated=lt=-P1D,title==*bar)
```

will return all entries in a feed that meet the following criteria;

Expand Down Expand Up @@ -137,7 +139,7 @@ name=="bar",date=gt=1990-01-01
['((product = "Apple" OR qty < 1) AND name = "Joe")']
```

### JSON
### JSON (Polish Notation)

```python
queries = [
Expand Down

0 comments on commit 553f448

Please sign in to comment.