The visitor should be able to view all puzzles published, ordered by date, if the search query is blank. This used to work, but broke when I changed the way search works in the backend to support multiple puzzle table columns.
Fixed. It actually had more to do with the frontend, which incorporated an admin argument into the db_client_fetch_puzzles method for whether to return puzzles still in testing mode.
The visitor should be able to view all puzzles published, ordered by date, if the search query is blank. This used to work, but broke when I changed the way search works in the backend to support multiple puzzle table columns.