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