Actions
Bug #13118
openScoped search autocomplete submits blank string
Description
When searching an invalid field "foo = bar" in a search box, scoped search provides the first autocomplete as a blank string. If the user hits Enter, a blank string is submitted and not the query in the search box.
To reproduce; Navigate to the search box, type "foo = bar" (without quotes) and hit enter. In the params passed to the server you will see a blank string as the search query.
If you click the search button, then "foo = bar" is submitted in the params.
Expected results: Enter submits the query in the box if there is no autocomplete results.
Updated by John Mitsch about 9 years ago
- Related to Tracker #4638: Scoped Search Conversion added
Updated by John Mitsch about 9 years ago
- Related to deleted (Tracker #4638: Scoped Search Conversion)
Updated by Eric Helms about 9 years ago
- Translation missing: en.field_release set to 114
Actions