Skip to content

Faire apparaitre les fast-food de pizza dans la catégorie pizzeria#992

Open
etienneJr wants to merge 1 commit into
masterfrom
fix-990
Open

Faire apparaitre les fast-food de pizza dans la catégorie pizzeria#992
etienneJr wants to merge 1 commit into
masterfrom
fix-990

Conversation

@etienneJr
Copy link
Copy Markdown
Collaborator

Fixes #990

@dokploy-2025-01-09-cartes
Copy link
Copy Markdown

dokploy-2025-01-09-cartes Bot commented Jun 16, 2025

Dokploy Preview Deployment

Name Status Preview Updated (UTC)
web-master ✅ Done Preview URL 2025-06-16T22:28:06.820Z

Comment thread app/moreCategories.yaml
query:
- '[amenity=restaurant][cuisine~pizza]'
- '[food=pizza]'
- '[cuisine~pizza]'
Copy link
Copy Markdown
Collaborator Author

@etienneJr etienneJr Jun 16, 2025

Choose a reason for hiding this comment

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

il y avait une coquille ici pour la catégorie pizzeria : food=pizza n'existe quasiment pas, la bonne clé est cuisine=pizza
Et j'ai enlevé amenity=restaurant pour autoriser les amenity=fast_food

Comment thread app/moreCategories.yaml
- '[amenity=restaurant][cuisine~"italian|pizza"]'
- '[food=pizza]'
- '["food:pizza"=yes]'
query: '[amenity=restaurant][cuisine~"italian|pizza"]'
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

dans la catégorie (restaurant) italien, j'ai d'une certaine manière forcé amenity=restaurant pour ne pas avoir les fast_food. Ils seraient sortis si j'avais remplacé food=pizza par cuisine=pizza tout seul.

@etienneJr etienneJr requested a review from laem June 16, 2025 22:30
@etienneJr etienneJr added 🐞 Bug Something isn't working 📋 Catégories À propos des catégories de recherche et de l'annuaire labels Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 Bug Something isn't working 📋 Catégories À propos des catégories de recherche et de l'annuaire

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dans la sous-catégorie "Pizzeria" de la catégorie "RESTAURANTS", ajouter amenity=fast_food + cuisine=pizza

1 participant