ContriHUB / Sheher

Django project to get info regarding tourist places.
1 stars 19 forks source link

Added suggestions below search bar #51

Closed kunal2812 closed 10 months ago

kunal2812 commented 1 year ago

Fixes #42

image

Suggestions are visible only when searchbar is focussed and input is empty

CyrilMishra commented 1 year ago

resolve conflicts and then push.

kunal2812 commented 1 year ago

Done @CyrilMishra

CyrilMishra commented 1 year ago

Give a target to open portfoliomodal of place on the suggested place when clicked on.

kunal2812 commented 1 year ago

Give a target to open portfoliomodal of place on the suggested place when clicked on.

Fixed

CyrilMishra commented 1 year ago

Give a target to open portfoliomodal of place on the suggested place when clicked on.

Fixed

It is not working, still. Also, remember to pull origin first.

kunal2812 commented 1 year ago

Sorry there was a issue with index of portfolio modals when new places were created, while it worked fine with places that were already in db. There was also error with indexing ratings and reviews that was affecting portfolio-modals. Previously indexing was done based on pk but there was issue if the place was deleted and new places were added so indexing has been fixed and consequently this issue is resolved. Please check @CyrilMishra