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

Run search even if image preset not added #755

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

alycejenni
Copy link
Member

#748 was caused by calling loadAndCheckImages directly (without providing a search ID or a corresponding searchController) when the image filter already existed in the query. Even if a search ID had been passed in, no images would have loaded because it was also not running the search.

Closes: #748
(for real this time)

the bug was caused by calling loadAndCheckImages directly when the image filter already existed in the query, both not passing a searchId in and also not running the search if loading directly into the gallery

Closes: #748
@alycejenni alycejenni changed the base branch from main to dev February 7, 2024 12:06
@alycejenni alycejenni merged commit 078f406 into dev Feb 7, 2024
2 checks passed
@alycejenni alycejenni deleted the ginger/image-filter-load branch February 7, 2024 12:36
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.

searchControllers is undefined
1 participant