Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge IO browse and adv. search pages, refs #9141
- Include adv. search criteria and filters in a single expandable partial - Add adv. search partial to IO browse page - Mix facets and adv. search form and query in IO browse action - Add browse options with print preview, export CSV and sort - Add date sort option, ordering asc. over the events startDate - Allow two kinds of date range query, inclusive or exact - Hide repository facet and filter is multi-repository setting disabled - Add changes to CSV export job including facet filtering - Change routes adding topLod and showAdvanced params when needed - Fix arElasticSearchPluginQuery, indexType not needed and facets required - Leave search index action only for XHR requests from IO treeview search - Improve AdvanceSearch JS prototype - Add params like facets filters inside adv. search form to not loose them - Add all selected facets and filters to header options remove filters - Match facet and adv. filter url params to keep filter and facet in sync - Improve part-of facet to show descendants and itself - Include search-box query inside adv. search criteria - Remove top level description filter from facets - Don't show facets with only one item unless it's selected - Small fixes for print preview - Add delete option to criterions - Disable/enable repository facet and filter based on top level descriptions - Update top level autocomplete URL with repos select value and filter query - Populate LOD filter with LOD facet terms - Add settings (migrations and fixtures) to toggle some adv. search filters - Move all page elements form to settings action, clean a lot of repeated code - Remove sfThemePlugin, it was only used for the page elements form - Improve unique data and conditions in language facet - Stop using @ in facets Squashed commit of the following: commit 77f728a Author: José Raddaoui Marín <[email protected]> Date: Fri Dec 11 23:55:37 2015 +0100 Check repo and parent type in IO autocomplete commit 87a3eb5 Author: José Raddaoui Marín <[email protected]> Date: Fri Dec 11 23:50:09 2015 +0100 Change label commit 8f81238 Author: José Raddaoui Marín <[email protected]> Date: Wed Dec 2 15:30:22 2015 +0100 Don't escape boolean criteria commit 5b79e75 Author: José Raddaoui Marín <[email protected]> Date: Wed Dec 2 15:18:44 2015 +0100 Fix search box and first criterion relation commit d6c6478 Author: José Raddaoui Marín <[email protected]> Date: Tue Dec 1 13:07:17 2015 +0100 Fix language facet when no results commit bd1676f Author: José Raddaoui Marín <[email protected]> Date: Tue Dec 1 12:55:37 2015 +0100 Fix digital object filter tag commit 20703f4 Author: José Raddaoui Marín <[email protected]> Date: Tue Dec 1 12:49:35 2015 +0100 Fix boolean fields order commit e9c0d3e Author: José Raddaoui Marín <[email protected]> Date: Fri Nov 20 13:55:03 2015 +0100 Improve facets code - Stop using @ and check existence - Fix unique languages data and improve conditions commit 0ebff71 Author: José Raddaoui Marín <[email protected]> Date: Fri Nov 20 12:52:38 2015 +0100 Cosmetic change commit 0b22ec2 Author: José Raddaoui Marín <[email protected]> Date: Wed Nov 18 20:29:56 2015 +0100 Remove sfThemePlugin After 2.x it was only used in the page elements form and after moving the entire form to the settings action it's not needed anymore commit 9205c49 Author: José Raddaoui Marín <[email protected]> Date: Wed Nov 18 20:28:16 2015 +0100 Move all page elements form to settings action And clean a lot of repeated code commit 6ce4b68 Author: José Raddaoui Marín <[email protected]> Date: Wed Nov 18 18:26:32 2015 +0100 Allow to remove copyright and material filters - Add settings in migrations and fixtures - Include settings in default page elements form - Change filters disposition to allow one or two filters in a row - Add responsive design for the adv. search partial commit 2f52376 Author: José Raddaoui Marín <[email protected]> Date: Wed Nov 18 13:31:38 2015 +0100 Fix top-level autocomplete width commit ac664e7 Author: José Raddaoui Marín <[email protected]> Date: Wed Nov 18 13:21:05 2015 +0100 Populate LOD filter with LOD facet terms commit 6cb8857 Author: José Raddaoui Marín <[email protected]> Date: Tue Nov 17 20:54:27 2015 +0100 Update top level autocomplete URL with repo value Obtained from the repos select and used to filter the autocomplete query commit aa4bf3a Author: José Raddaoui Marín <[email protected]> Date: Tue Nov 17 19:18:08 2015 +0100 Disable/enable repository facet and filter - Based on if the top level descriptions autocomplete is populated - Trigger change events when the autocomplete hidden input is updated commit e16730e Author: José Raddaoui Marín <[email protected]> Date: Tue Nov 17 17:31:58 2015 +0100 Fix collection header filter commit f697fd3 Author: José Raddaoui Marín <[email protected]> Date: Tue Nov 17 17:18:37 2015 +0100 Add delete option to criterions commit 4a947c9 Author: José Raddaoui Marín <[email protected]> Date: Sun Nov 15 23:09:10 2015 +0100 Merge IO browse and adv. search pages, refs #9141 - Include adv. search criteria and filters in a single expandable partial - Add adv. search partial to IO browse page - Mix facets and adv. search form and query in IO browse action - Add browse options with print preview, export CSV and sort - Add date sort option, ordering asc. over the events startDate - Allow two kinds of date range query, inclusive or exact - Hide repository facet and filter is multi-repository setting disabled - Add changes to CSV export job including facet filtering - Change routes adding topLod and showAdvanced params when needed - Fix arElasticSearchPluginQuery, indexType not needed and facets required - Leave search index action only for XHR requests from IO treeview search - Improve AdvanceSearch JS prototype - Add params like facets filters inside adv. search form to not loose them - Add all selected facets and filters to header options remove filters - Match facet and adv. filter url params to keep filter and facet in sync - Improve part-of facet to show descentands and itself - Include search-box query inside adv. search criteria - Remove top level description filter from facets - Don't show facets with only one item unless it's selected - Small fixes for print preview
- Loading branch information