Skip to content

Commit

Permalink
#8 Adds documentation regarding usage of ListDisplayFilter, ObjectDis…
Browse files Browse the repository at this point in the history
…playFilter, SQLDisplayFilter
  • Loading branch information
bytebutcher committed Jul 7, 2023
1 parent c968085 commit 0d20c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This will output the filtered data:
```

Overall, PyDFQL supports a wide range of features, including:
* **Data Types**: ```Dictionaries```, ```Lists```, ```Objects```, ```SQL```
* **Data Sources**: ```Dictionaries```, ```Lists```, ```Objects```, ```SQL```
* **Comparison Operators:** ```==```, ```!=```, ```<=```, ```<```, ```>=```, ```>```, ```~=```, ```~```, ```&```
* **Combining Operators:** ```and```, ```or```, ```xor```, ```not```
* **Membership Operators:** ```in```
Expand Down

0 comments on commit 0d20c22

Please sign in to comment.