ogallagher / tejos_textiles

An online arts journal for publishing works in a new medium
MIT License
1 stars 0 forks source link

Gallery blank search not working #61

Closed ogallagher closed 4 years ago

ogallagher commented 4 years ago

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.

ogallagher commented 4 years ago

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.