We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516def4 commit 1d65625Copy full SHA for 1d65625
README.md
@@ -79,12 +79,12 @@ with manticoresearch.ApiClient(configuration) as api_client:
79
# Create an instance of the Search API class
80
api_instance = manticoresearch.SearchApi(api_client)
81
82
- # Create SearchRequest
+ # Create SearchRequest
83
search_request = SearchRequest()
84
search_request.index='test'
85
search_request.fullltext_filter=QueryFilter('Title 1')
86
87
- # example passing only required values which don't have defaults set
+ # The example passes only required values which don't have defaults set
88
try:
89
# Perform a search
90
api_response = api_instance.search(search_request)
0 commit comments