Skip to content

Commit

Permalink
Merge a7f2406 into cc08280
Browse files Browse the repository at this point in the history
  • Loading branch information
borellim committed Mar 8, 2019
2 parents cc08280 + a7f2406 commit e6a96f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/querying/querybuilder/append.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ This is a list of all implemented operators:
| | | | and _ as part of the string |
| | | | prepend it with \\) |
+------------+------------+-------------------------------------+----------------------------------+
| ilike | Strings | 'name':{'like':'loVely_Calc%'} | case insensitive 'like' |
| ilike | Strings | 'name':{'ilike':'loVely_Calc%'} | case insensitive 'like' |
+------------+------------+-------------------------------------+----------------------------------+
| or | list of | 'id':{'or':[{'<':12}, {'==':199}]} | |
| | expressions| | |
Expand Down

0 comments on commit e6a96f4

Please sign in to comment.