vercel / commerce

Next.js Commerce
https://demo.vercel.store
MIT License
11.48k stars 4.24k forks source link

Search with same query #1256

Closed mehmetuken closed 7 months ago

mehmetuken commented 11 months ago

Hello, after performing a search, when I go back and press Enter in the search bar to search for the same thing again, nothing changes. For example, on https://demo.vercel.store/search?q=Acme+Circless, if I go there and press Enter directly in the search bar, there is no change on the page.

Seventoor commented 11 months ago

Can you elaborate? Circless does not exist, Did you mean Circles (just one s)?

mehmetuken commented 11 months ago

Hello, when you press Enter in the search box and then press Enter again without changing the search, nothing happens.

Kapture 2023-12-11 at 12 08 23

Seventoor commented 11 months ago

But why should something change when the same search will result in the same results? I guess this is on purpose.

leerob commented 7 months ago

This is intended. Since the search value is the same, pressing enter should not trigger another search with the same value.