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

SUP-17792: Show result breadcrumbs for GCMS search #470

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

plyhun
Copy link
Contributor

@plyhun plyhun commented Feb 6, 2025

No description provided.

@plyhun plyhun requested a review from deckdom February 6, 2025 09:42
break;
case 'form':
isValidFilterForProperty = GCMSSEARCH_AVAILABLE_FILTERS_FORM.some(p => p === paramfilterKey);
mappedOptions.folder = true;
break;
case 'folder':
isValidFilterForProperty = GCMSSEARCH_AVAILABLE_FILTERS_FOLDER.some(p => p === paramfilterKey);
break;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

No folder options set for the folders call, since here it looks for the subfolders, which is opposite from what we need. The folder search' breadcrumbs are already in place though.

@deckdom deckdom merged commit 1e51296 into hotfix-6.1.x Feb 7, 2025
1 check passed
@deckdom deckdom deleted the hotfix-6.1.x-sup-17792 branch February 7, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants