replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

Top Search Box Not Working from 'Search' Page #46

Closed JamesLPearson closed 1 year ago

JamesLPearson commented 2 years ago

The top search box doesn't appear to work when on the 'Search' page (i.e. https://192.168.1.12:8090/inventory). After entering a search term and pressing enter, the URL changes (e.g. https://localhost:8090/inventory?keyword=100k) but the page does not update with the search results. It appears to be the only page suffering this issue.

replaysMike commented 2 years ago

Hi James - thanks for the report. I suspect this is due to React's navigation not realizing the URL has changed. I think I have a workaround for it, I'll try to post it up today.

replaysMike commented 1 year ago

Fixed in 2.0.78