So the idea is always show all categories even the category doesn’t have any related data yet.
My current implementation is I was made the city category index separately from the datas index, and tried to inject the category before the instantsearch perform search, but the issue it was break the history state from the search, so when we was searched and searched again, and go back to previous page, we would get wrong data because the instantsearch not records the external city category.
Is there another way how to handle this?