Skip to content
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

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

sourcefilter
Copy link
Contributor

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2023

Percy Screenshots

In 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.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2023

@github-actions github-actions bot temporarily deployed to pull_request-736 September 1, 2023 18:23 Inactive
@github-actions github-actions bot temporarily deployed to pull_request-736 September 2, 2023 17:03 Inactive
@github-actions github-actions bot temporarily deployed to pull_request-736 September 5, 2023 14:31 Inactive
@github-actions github-actions bot temporarily deployed to pull_request-736 September 5, 2023 16:53 Inactive
@github-actions github-actions bot temporarily deployed to pull_request-736 September 5, 2023 20:11 Inactive
@github-actions github-actions bot temporarily deployed to pull_request-736 September 7, 2023 18:34 Inactive
@github-actions github-actions bot temporarily deployed to pull_request-736 September 8, 2023 14:12 Inactive
(this.$route.query.filters &&
queryFilterHasValues(
this.$route.query.filters,
config.eventsExhibitionsList.filters
Copy link
Contributor

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

Copy link
Contributor

@pghorpade pghorpade left a 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 = {
queryText: this.$route.query.q || "",
queryFilters:
(this.$route.query.filters &&
JSON.parse(this.$route.query.filters)) ||
{},
}

@github-actions github-actions bot temporarily deployed to pull_request-736 September 8, 2023 20:17 Inactive
@github-actions github-actions bot temporarily deployed to pull_request-736 September 8, 2023 20:31 Inactive
Copy link
Contributor

@pghorpade pghorpade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍰 🥇

@pghorpade pghorpade merged commit 8fc6712 into main Sep 12, 2023
6 checks passed
@pghorpade pghorpade deleted the service-resource-filters branch September 12, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants