Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit aed9f34

Browse files
committed
Add 'q' as a valid search argument
1 parent 68d3961 commit aed9f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cloudant/_common_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
'include_docs': bool,
125125
'limit': (int, NONETYPE),
126126
'query': (STRTYPE, int),
127+
'q': (STRTYPE, int),
127128
'ranges': dict,
128129
'sort': (STRTYPE, list),
129130
'stale': STRTYPE,

0 commit comments

Comments
 (0)