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

Don't index products with invalid visibility #358

Merged

Conversation

sofia-doofinder
Copy link
Member

@sofia-doofinder sofia-doofinder commented Nov 20, 2024

Ticket related: https://github.com/doofinder/support/issues/2997

Nosotros en la indexación no estamos indexando producto con visibility <= 2 (que significa que no son productos visibles individualmente ni productos que pertenecen sólo al catálogo), si no que tienen que sear searchables (que es visibilidad 3) o searchables, catalog que es visibilidad 4.

image

Pero en el update on save no estamos excluyendo esos productos, por eso aparecían en el update on save pero se quitaban con la indexación.

Copy link
Contributor

@brunovesar brunovesar left a comment

Choose a reason for hiding this comment

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

Great!

Copy link
Contributor

@davidmolinacano davidmolinacano left a comment

Choose a reason for hiding this comment

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

If you can, change the version in composer.json too 😄

Copy link
Contributor

@davidmolinacano davidmolinacano left a comment

Choose a reason for hiding this comment

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

Excellent!! 🙌

@sofia-doofinder sofia-doofinder merged commit 0b456a9 into master Nov 20, 2024
1 check passed
@sofia-doofinder sofia-doofinder deleted the Sofia/support_2997_update_on_save_of_invalid_products branch November 20, 2024 16:04
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.

4 participants