Skip Navigation

[Résolu] Group by parent type

This support ticket is created Il y a 4 années et 10 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Marqué : ,

Ce sujet contient 17 réponses, a 2 voix.

Dernière mise à jour par Franck Il y a 4 années et 10 mois.

Assisté par: Minesh.

Auteur
Publications
#1474433

Hi,

But how it is possible we have more results with filter than without filter ?

Filter restrict the query and no open the query.

If we have four programs with Filter city Montpellier ofcourse we should have minimum four results without filter, no ?

#1474655

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

But how it is possible we have more results with filter than without filter ?
==>
Well - it could be possible because your view is set to limit to 50 items.
- lien caché

So, without query filter: lien caché
- it finds the 50 posts and those 50 posts have only 3 unique parents.

Now, WITH query filter: "Montpellier"
=> lien caché
- It finds the 50 posts which are having "Montpellier" set as field value for Ville field. Now, those 50 posts found which is having "Montpellier" set as field value for Ville field, so its possible that those having a different parent.

#1474853

My issue is resolved now. Thank you!