-
Notifications
You must be signed in to change notification settings - Fork 172
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
Create a search page using Drupal views #4060
Conversation
|
e19b60d
to
56b5977
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great overall. See two changes.
@@ -0,0 +1,34 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need this to be added to the DKAN composer.json, this won't get read be composer for a project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an optional module that is available but not enabled by default, I think the follow up ticket is to create a second ddev site install command for a standing up a non-decoupled FE site. Or am I missing your point here?
@@ -26,6 +26,11 @@ field_settings: | |||
datasource_id: dkan_dataset | |||
property_path: modified | |||
type: string | |||
nid: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need an update hook to do the config import task automatically as well, you shouldn't have to run drush cim
when you enable a module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another thing -- maybe to discuss. How would one adapt this if they changed the schema or wanted different facets then those provided here - would you need to disable this module and write your own? may need more documentation
ddb4dde
to
a9d3af9
Compare
…ting the path for the new search page view
15e6fb1
to
d19d5da
Compare
QA Steps
metastore_search_view_2
branch in your local DKANNotes
This introduces a breaking change to the search api config so existing sites will need to import the config manually IF they have not altered the search api config. And if this feature is desired on a site that has modifications to the dkan search api, they will need to be reconciled first with the changes this branch is adding.