Closed kohsah closed 6 years ago
Currently if you search the autocomplete dropdown, only the keyword and fulltext groups are shown:
reason is the backend-api returns the other groups as empty:
{ "name": "title", "label": "Title" }, { "name": "country", "label": "Country" }, { "name": "theme", "label": "Theme" },
the backend api needs to be fixed for this.
Fixed in https://github.com/gawati/gawati-data/commit/997f4e3274085f80779382589e3fe4995ee8e069
Currently if you search the autocomplete dropdown, only the keyword and fulltext groups are shown:
reason is the backend-api returns the other groups as empty:
the backend api needs to be fixed for this.