Skip to content
Snippets Groups Projects
Commit ad8626fb authored by Robert Habermann's avatar Robert Habermann
Browse files

remove note about FullText Search Bug

parent 9f816b80
No related branches found
No related tags found
No related merge requests found
......@@ -649,7 +649,7 @@ class Client(object):
more information - default to no proxies
https_verify (bool): Should HTTPS certificates be verified (defaults to True)
ca_cert_bundle (str): file path - if specified overrides python/system default for
Root CA bundle that will be used. Settings are (temporarily) exported to environment.
Root CA bundle that will be used.
operation_map (dict): A dictionary for mapping OTRS operations to HTTP Method and Route.
type_map (dict): A dictionary for mapping OTRS result type to operations.
......@@ -1056,12 +1056,6 @@ class Client(object):
Returns:
**list** or **False**: The search result (as list) if successful, otherwise **False**.
.. warning::
Full Text is not really working yet.
.. note::
Waiting for progress on OTRS Bug: http://bugs.otrs.org/show_bug.cgi?id=11981
"""
self.operation = "TicketSearch"
pattern_wildcard = "%{0}%".format(pattern)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment