fossasia / query-server

Query Server Search Engines
Apache License 2.0
1.66k stars 265 forks source link

Using enter to display a query #529

Closed rohitjain00 closed 5 years ago

rohitjain00 commented 5 years ago

I'm submitting a ...

Current behavior: When we type any text in the search box and press enter nothing happens.

Expected behavior: After we type any text in the search box and press enter a search result with by default JSON format should be displayed.

Steps to reproduce: Add a jquery keypress event to submit the form when enter key is pressed.

phoenixking25 commented 5 years ago

@rohitjain00 assign me this

rohitjain00 commented 5 years ago

@phoenixking25 A PR for this issue is already placed.