gawati / gawati-portal-ui

Version 2 of the gawati portal
GNU Affero General Public License v3.0
0 stars 0 forks source link

Country, Title, Theme, Number searchGroups are not working #97

Closed kohsah closed 6 years ago

kohsah commented 6 years ago

Currently if you search the autocomplete dropdown, only the keyword and fulltext groups are shown:

image

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.

kohsah commented 6 years ago

Fixed in https://github.com/gawati/gawati-data/commit/997f4e3274085f80779382589e3fe4995ee8e069