Skip Navigation

[Resolved] Query filter not working

This support ticket is created 7 years, 2 months ago. 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.

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)

This topic contains 2 replies, has 2 voices.

Last updated by tobiasF-3 7 years, 2 months ago.

Assisted by: Minesh.

Author
Posts
#566190
Screen Shot 2017-09-03 at 11.38.03.png

I am trying to:
filter my view list by a string

Link to a page where the issue can be seen:
hidden link

I expected to see:
The Dog 'Trick' which has the emergency status 'Buftea'

Instead, I got:
No items found

#566300

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - your field "emergency status" is configured as radio button and it has the value assigned 1 for "Buftea" and 2 for " Dog Rose" respectively.

So, I've changed your filter accordingly as given under:

Select items with field:
Emergency Status is a number equal to 1

- We used to filter the view with 1 as 1 number is assigned to 'Buftea'.

Now, I can see the correct results on the page. Could you please confirm.

#567774

Ah thank you very much, now I get it 🙂