booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Search filter has errors #55

Closed zaidshakhshir closed 1 year ago

zaidshakhshir commented 1 year ago

The following screenshot while using the search feature : -

image

note that i only have 1 property defined in db

AdilSoomro commented 1 year ago

When looking at the database, you are missing quite a few things for the app to run properly:

"property_country": [], "property_state": [], "property_city": [], "property_type": [], "property_label": [], "property_status": [], "property_feature": [],

All of the above things are used in filter screen. Please add valid data.

zaidshakhshir commented 1 year ago

OK but can i hide this error from production side ?

AdilSoomro commented 1 year ago

It'll show as grey blank view. Data is necessary for filters to work. What is the point of empty database in production?

zaidshakhshir commented 1 year ago

No the data will be inserted just for viewing a client no problem by the way it is not the big deal issue thank you