Web-based search rebuild
Posted by jamie on 24 Jan 2011 in Activity Log
Started the rebuild of the web-based 'query builder' search tool. Stew's SQL structure was for the most part complete, except for a missing jury_id_fk field in the trials table to point to the juries table. Other than that, the SQL structure is as Stew left it, though that may change at some point during the rebuild.
For the search itself, I'm starting from scratch and building some PHP classes to handle building the complex search queries.