To decouple facetapi and search api we should create a new submodule to add support for core search.
This needs the following to make everything work:
- Needs query type
- implement hook_query alter (see search_query_alter_query_search_node_search_alter)
- needs CoreSearchFacetSource + CoreSearchFacetSourceDeriver
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | facetSource2.png | 127.18 KB | marthinal |
| #15 | FacetSource1.png | 139.61 KB | marthinal |
| #13 | facetapiHideFilters.png | 133.66 KB | marthinal |
| #11 | facetUICore.png | 151.68 KB | marthinal |
| #7 | Facetapi_added_autho_core.png | 135.13 KB | marthinal |
Comments
Comment #2
marthinal commentedComment #4
marthinal commentedNeeds work and refactor but at least the content type facet for node_search is loading the results :-)
Comment #7
marthinal commentedAdded facet for the author.
Comment #11
marthinal commentedComment #13
marthinal commentedAs discussed in the last hangout we avoid content types or languages as advanced filters. For the moment enabling the core_search_facetapi module we can only use the keywords filters.
Comment #15
marthinal commentedIf a Search Page has no facets then we can use the node type and language filters.
Comment #18
marthinal commentedThis issue is fixed. We should open new issues for the rest of the features, bugs... Please feel free to reopen if needed.