-
Notifications
You must be signed in to change notification settings - Fork 8
Modernized config interface, added Collections browsing #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Created a new interface for the configuration form, clearer and accepting Collections too Added option for tooltip Added option for displaying results To Do: implement Advanced search browsing for Collections
Now, clicking on a Collection element link will browse the other Collections with the same value for that element. [coding tip by John Flatness, thanks] Still not perfect, though: we need to allow mixing of results (Items and Collections).
As long as it is not implemented, there's no point in make it available
As long as not implemented, no sense in making it visible
|
I think the way we'll probably go with this is to actually put the ability to search the elements better directly into the core Collections (and Files probably) implementations: all of the things that use the elements should be able to share the same filters for this stuff to some extent. |
I agree it's a good idea: it seems many users are trying to improve the search capabilities, so having it available by default (or even as a config option) seems like a good idea. I'd keep the option to choose which fields to use for search, as users could need to enable it only for specific fields. |
|
So, I meant specifically just the "allow Collections to do advanced search" part would be integrated into the core. This piece of having the elements linked and auto-searching for matches, where you pick the elements to enable that on and all that, that would still live in this plugin. (I think I understood your comment correctly as talking about integrating that part also). |
|
Yes, that's correct, John. |
I've extended the plugin feature to Collections; so far, the two models are kept separate, but as it was suggested the ability to merge results (both Items and Collections) could be added (with a correspondent option in configuration).
Tieded up config interface, added tooltips, added option for Admin interface.
Hope it helps.