Problem with searching the organization by query through the API

Problem with searching the organization by query through the API

Infos:

Used Zammad version: 6.4.1
Used Zammad installation type: docker-compose
Operating system: Ubuntu 22.04
Browser + version: Firebox 136.0 (64-bit)

Expected behavior:

  • I am querying the API with an value query as “test” and It does not show the data:

https://xxxxxxxxxxxxxxxxxxxx/api/v1/search/organization with the JSONdata:

{
“assets”: {},
“result”:
}

  • I would like to get data of the organizations

Actual behavior:

  • result is { “assets”: {}, “result”: }

Steps to reproduce the behavior:

  • see queries above

Hi @castro849. Are you using Elasticsearch? If yes, all indexes are up-to-date?

What is the use case? Normally it’s better to avoid the search approach when you want to find specific things and use condition search, because this is related to the database.

This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.