-
Notifications
You must be signed in to change notification settings - Fork 10
Advanced Search #22
Comments
This will likely build off the blacklight_advanced_search plugin. We are waiting on the plugin to update to be compatible with |
Talked to @cbeer in #blacklight code4lib slack, and his advice is to not make the advanced search plugin a direct dependency, but rather generate it into the host application as part of our install generator. Examples to get us started:
w/r/t advanced search plugin version, we might want to put some cycles into helping update that to 7.0.0
...and
|
We decided not to implement advanced search: faceting should be enough, and users don't necessarily use it. Let's make our basic search as "advanced" as users need. The advanced search plugin also hasn't seen much development lately, so we're worried about baking it in. |
Word Proximity:
One common example we used on WebArchives.ca was the word proximity. We searched for the word "Harper" and the word "fascist" within 25 words of each other, as a way to begin to find sites that may have used extreme rhetoric with the Conservative government. This allowed us to find Green Party blogs that characterized the Conservative government this way.
Here is the example from SHINE:
Granularity:
Right now in the main page, here are the list of facets for date for example:
For many users, this is enough! But people may want to use only a few months, or exclude certain date ranges (say if a crawl was corrupted, or if they were overwhelmed by a particular event and wanted to ignore it). It would be good to have date range search like so (again borrowing from Shine):
The text was updated successfully, but these errors were encountered: