summaryrefslogtreecommitdiff
path: root/search.php
AgeCommit message (Expand)Author
2014-04-12Added the ability to search by a range of case numbers.Nathan Kinkade
2014-03-31Break name out into a first and last field in the database as well as the sea...Nathan Kinkade
2014-03-28Bumped the pagination page count to 5000 per Utpal.Nathan Kinkade
2014-03-12Added an 'In jail?' field.Nathan Kinkade
2014-03-11Fix path to new search now that we are running on dighelaw.com.Nathan Kinkade
2014-02-22Modify the existing page= query param rather than continually adding new ones.Nathan Kinkade
2014-02-18Added a special 'between' search that I'll use internally. And also fixed a ...Nathan Kinkade
2014-02-18Added ability to search on whether a case is open or closed.Nathan Kinkade
2014-02-07Allow someone to search by case ID.Nathan Kinkade
2014-01-10It would appear that where clause order does matter, and significantly, at le...Nathan Kinkade
2014-01-10Forgot to modify with docket and charge joins.Nathan Kinkade
2014-01-10Try to slightly speed up fetching total row count for pagination by using cou...Nathan Kinkade
2014-01-10Optimize searched for dockets a little bit. Still not perfect, but vastly be...Nathan Kinkade
2013-11-26Dont' show the Next Page>> link if we are already viewing the last of the rec...Nathan Kinkade
2013-11-26Added the ability for a user to export search results to a CSV file.Nathan Kinkade
2013-11-26Fix issue with negative search assertions.Nathan Kinkade
2013-11-25Added ability for user to enter comma separated lists into text boxs, and eve...Nathan Kinkade
2013-11-25Give user ability to search for multiple years.Nathan Kinkade
2013-11-21Added some basic pagination for search results.Nathan Kinkade
2013-11-16Made a link back to the search page.Nathan Kinkade
2013-11-15Tweaked the styles a bit.Nathan Kinkade
2013-11-15Added the ability to sort results on various columns.Nathan Kinkade
2013-11-14Added a page for AKAs and also cleaned up how court_case_no is found on vario...Nathan Kinkade
2013-11-14Use x-small text only in the results tables, not on the body of any page.Nathan Kinkade
2013-11-14Removed printing the query now that things are working.Nathan Kinkade
2013-11-14Fix a bug. Don't wipe out , just append to it.Nathan Kinkade
2013-11-14Files for the basic search interface.Nathan Kinkade