-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: "type" filter for Services & Resources #736
Conversation
Percy ScreenshotsIn order to conserve our percy screenshot allowance, percy is not configured to run automatically. Please make sure the PR is ready and all other checks are passing, then start it manually: 1. Visit https://github.com/UCLALibrary/library-website-nuxt/actions/workflows/percy.yml 2. Click the 'Run workflow' button in the blue bar. 3. Select the correct branch for this PR and click 'Run workflow' again to confirm. |
🚀 Deployed on https://deploy-preview-736--uclalibrary-test.netlify.app |
0153aa4
to
813dfde
Compare
813dfde
to
8736fc9
Compare
(this.$route.query.filters && | ||
queryFilterHasValues( | ||
this.$route.query.filters, | ||
config.eventsExhibitionsList.filters |
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.
need to use serviceorresources filters
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.
Need to add queryfilters to this.searchGenericQuery at
this.searchGenericQuery = { |
this.searchGenericQuery = {
queryText: this.$route.query.q || "",
queryFilters:
(this.$route.query.filters &&
JSON.parse(this.$route.query.filters)) ||
{},
}
1d5458e
to
8217b51
Compare
8217b51
to
09c393a
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.
🍰 🥇
No description provided.