Skip Navigation

[Resolved] Need help to enhance this search page with filters

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 1 reply, has 2 voices.

Last updated by Minesh 1 year, 7 months ago.

Assisted by: Minesh.

Author
Posts
#2620635

Hi,
I have some questions and thoughts regarding a search/filter page I am creating here:
hidden link

1. Can certain categories be hidden in the categories search filter (VÄLJ TYP AV INNEHÅLL)?

2. How can I correct the sorting for Swedish alphabet (which ends with å ä ö)?

3. Is it possible to include and exclude specific terms at the same time, in the same search view?

4. Do you have any tutorials on the best way to finetune the graphic design (sorting alternatives for instances)?

5. If using a ”set of checkboxes”, can the height of the area for search terms be increased? How can I add space between the small check box and the text?

6. Any suggestions on how to make all the ”boxes” for the post listings same height?

7. Is it possible to show different info above the search result, based on which term is shown i the search? (Using conditions?)

8. Is this kind of search page good for SEO, or do you have suggestions on how to make it more SEO friendly?

Sorry about the multitude of questions. Question 1-2 are most important right now.
Thanks in advance

/Valter

#2620749

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

As per our support policy we entertain only one question per ticket. This will help other users searching on the forum as well as help us to write correct problem resolution summery.

1. Can certain categories be hidden in the categories search filter (VÄLJ TYP AV INNEHÅLL)?
==>
Toolset views offers the following filters using which you can control the taxonomy terms you would like to display with the taxonomy filter:
- https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_taxonomy_frontend_search_get_terms_args
- https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_taxonomy_frontend_search_available_terms

2. How can I correct the sorting for Swedish alphabet (which ends with å ä ö)?
==>
You will have to change the database table or column collation. Here is the information that might help you:
- https://stackoverflow.com/questions/10859966/how-to-convert-all-tables-in-database-to-one-collation/19462205#19462205
- https://toolset.com/forums/topic/views-not-sorting-correctly-by-post-title/#post-35243

3. Is it possible to include and exclude specific terms at the same time, in the same search view?
==>
Yes, its possible using the "wpv_filter_query" using which you can filter the view's arguments on fly.
- https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query