Skip Navigation

[Closed] Combining Text search AND filters on fields

This support ticket is created 2 years, 9 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/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 2 years, 9 months ago.

Assisted by: Waqar.

Author
Posts
#2338259

Tell us what you are trying to do?
I am trying to set up a job search with several options to select and an optional text search
hidden link

If I fill in the text input alone, it is working : I get expected results.
if I fill just select options with the dropdown input .... well I can't !! the text search input seems to be "requiered' "where is that coming from?"
If i fill both the text search input AND select options : it is not working (!)

I'd like the text input to be used with a "AND" with the other filters if something is typed in.
and of course Id like the text input to be ignored if not filled in.

For your information I just defined the text input this way :
<div class="form-group search-emploi">
[wpv-filter-search-box placeholder="Rechercher votre type de poste par mot-clé" output="bootstrap"]
</div>
--> something is changing the placeholder from this text to another text ! and adding an HTML attribute "required". So what I did was to change the way I define the text input to :
<div class="form-group search-emploi">
<input type="text" name="wpv_post_searchemploi" class="js-wpv-filter-trigger-delayed form-control" placeholder="Rechercher votre type de poste par mot-clé">
</div>
--> now the placeholder is NOT changed and the field is NOT required ... but I have some other problems (eg : the entered text is not memorized in the field and pressing "search", etc.).

thanks for your help.

#2338681

Hi,

Thank you for contacting us and I'd be happy to assist.

To troubleshoot this, I'll need to see how this view is set up in the admin area.

Can you please share temporary admin login details, in reply to this message?

Note: Your next reply will be private and it is recommended to make a complete backup copy, before sharing the access details.

regards,
Waqar

The topic ‘[Closed] Combining Text search AND filters on fields’ is closed to new replies.