• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • None
    • 1.8.13, 2.0.0
    • Documentation (D)
    • None

      Please add a note to the generic notes of the api:
      http://www.zabbix.com/documentation/2.0/manual/appendix/api/generic
      When using searchWildcardsEnabled => 1, and doing a serach without the * makes the search an exact search:
      eg.

      search =>

      { name => "My app*", }

      returns "My app 1", "My app 2" etc.

      but doing it like

      search =>

      { name => "My app", }

      it will return just "My app"

      Also please link the searchWildcardsEnabled to http://www.zabbix.com/documentation/2.0/manual/appendix/api/generic
      Eg: http://www.zabbix.com/documentation/2.0/manual/appendix/api/application/get
      This way you get an example for all items..

            jelisejev Pavels Jelisejevs (Inactive)
            rene René
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: