Change Log
What's new on the website?
Version: 0.3.5
Release date: July 11, 2024
Functional changes
Release date: July 11, 2024
- Fixed issue for users with unlimited downloads so that downloads process successfully. (Download button would disappear and PDF would not download.)
Version: 0.3.4
Release date: June 4, 2024
Cosmetic changes
Release date: June 4, 2024
- Fixed display issues on mobile, esp on "Learn about the project" page.
Version: 0.3.3
Release date: June 2, 2024
Functional changes
Release date: June 2, 2024
- Added button to loading screen to allow user to cancel long-running queries.
Version: 0.3.2
Release date: May 8, 2024
Functional changes
Release date: May 8, 2024
- Changed backend rendering of keyword tags on results to reduce Javascript processing time.
- Removed JS and cookies warning from results page to reduce Javascript processing time.
Version: 0.3.1
Release date: May 6, 2024
Functional changes
Release date: May 6, 2024
- Added Javascript banners that will warn user if they have Javascript or cookies disabled. Cookie warning bar depends on Javascript. (Cookies are required to stay logged in. Javascript is required for some search features and for download.)
Version: 0.3.0
Release date: May 6, 2024
Functional changes
Release date: May 6, 2024
- Changed exact match search backend from Django equivalent of SQL "LIKE"/"ILIKE" to POSIX regular expressions.
Version: 0.2.1
Release date: May 5, 2024
Functional changes
Release date: May 5, 2024
- Fixed Javascript on search page so each dynamically-created keyword filter button has a unique ID, allowing consistent badge creation.
Version: 0.2.0
Release date: May 4, 2024
Functional changes
Release date: May 4, 2024
- The search bar now returns exact matches for terms enclosed in double quotations (""). This triggers a boolean search. It is still slow, but it works.
- Previously, the search bar would return all similar results. There was no option to filter for exact matches.
- The search page now allows searches for relevant keywords, which are added as boolean filters. The list of available keywords includes barangays, streets, buildings, places, and natural landmarks.
- Previously, the user was limited to the small list of keywords I created.
- On the search page, the reset button will never hide. If the submit button starts spinning for more than a few seconds, use RESET to clear the search and re-submit.
- Previously, the reset button would hide after SUBMIT was clicked.
- On the search page, the time period filter will remember you selection even if your previous search returned no results.
- Previously, the date filter would forget your selections.
- On the search page, results from text search will display with a snippet of the relevant text alongisde the relevancy score
- Previously, results would display without text snippets.
- NB: This is sometimes inaccurate, displaying unhighlighted text. I'm working on a fix.
- On the search page, the sidebar was re-organized to better distinguish between search (which mostly allows similarity) and filter (which are all boolean).
- On the issue page, extended sticky top nav bar farther down to fix cosmetic issue.