You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
Low-level client for Manticore Search.
3
3
4
4
5
-
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-python/tree/2.2.0
6
-
7
5
## Requirements.
8
6
9
7
Python 2.7 and 3.4+.
@@ -13,8 +11,8 @@ Minimum Manticore Search version is > 2.5.1 with HTTP protocol enabled.
body ="["SHOWTABLES"]"# str | A query parameter string.
41
+
body ="SHOW TABLES"# str | A query parameter string.
42
42
raw_response =True# bool | Optional parameter, defines a format of response. Can be set to `False` for Select only queries and set to `True` or omitted for any type of queries: (optional) (default to True)
0 commit comments