Skip Navigation

[Resolved] Tire search engine

This support ticket is created 6 years, 7 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

This topic contains 5 replies, has 2 voices.

Last updated by Luo Yang 6 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#919958
WhatsApp Image 2018-07-02 at 13.08.45.jpeg

Hello,

I need help for two questions.

1 - Could I do a search engine where the second of the first choice, the third of the first and so on?

2 - I need to create custom post type of "Tire Models". A "Tire Model" can have many measurements (width, profile and rim).
I want the search engine to only paint models but if you enter the tire tab you can paint a table with all the measurements of that model.

I put an example mockup.
Thx

#920176

Hello,

Please elaborate the question with more details:
1) Where and how do you setup the "the second of the first choice, the third of the first and so on"?
2) How do you setup the "measurements" ((width, profile and rim))? Are they custom fields or custom taxonomies?
How do you setup the "tire tab"?

Views custom search form supports below kinds of filters:
1) Custom fields filters
2) Custom taxonomies filters
3) Post type relationship filters

Here is a document about:
Building Custom Searches for Any Content Type
https://toolset.com/documentation/user-guides/front-page-filters/

For your reference.

#920179
example.JPG

Okay, this is what I need, but I do not know how I can create a custom search for the grouped fields (A, P, L).

#920187
Content-Selection.JPG

Yes, it is possible to create a custom search form for the repeating field group, the repeating field group is based on posts, each item of repeating field group is single post, so you can create a view:
1) Query posts of repeating field group
See screenshot Content-Selection.JPG

2) Setup the filters by custom field (A, P, L)
https://toolset.com/documentation/user-guides/filtering-views-by-custom-fields/

2) Display the related "tire" post information:
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/

#920209

I can not do it 🙁

#920243

Please elaborate the question with more details:
1) Why can't you do it?
2) Do you see the option "Repeatable field groups" when you setup the view?
2) Is there any error message?