denshoproject / ddr-public

Web UI for publishing DDR collections.
Other
1 stars 1 forks source link

Search field is missing #214

Closed gjost closed 1 year ago

gjost commented 1 year ago

The search page loads and the search button appears, but the search text field is missing.

gjost commented 1 year ago

Looks like it's only a problem if you click on the big "SEARCH" button on the home page.

gjost commented 1 year ago

Problem was the ui.views.searching.search_ui view code, which didn't assign a value to context['search_field'] unless there was a URL arg. How did we not see this before? Solved by making 'fulltext' the default search type.