- This topic has 2 replies, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Post meta: contains
Tagged: custom query, documentation, hooks, meta_value, post meta
Hello! Based on my experience, the post meta only matches the exact value and I need it to match with a case sensitive “contains”. In my project, I’ve three keywords I need to search for within my post meta/meta_value. These are:
Any ideas on how to solve this? I found this: https://support.searchandfilter.com/forums/topic/complicated-custom-meta-field-search-dates-filtering/#post-11792 and this: http://wordpress.stackexchange.com/questions/172003/how-to-query-posts-by-meta-keys-and-under-specific-category.
They show how to alter the query to my needs but I must probably create my own dropdown and then check the dropdown value when the form is submitted? Do you have a filter for that?
I’m really craving a documentation that shows all the filters and stuff 🙂
Thanks,
Chris
Hey Chris
S&F 2.0 is coming out soon and with that will be a complete rewrite of the docs 🙂
In regards to your issue, it shouldn’t be case insensitive – I think it will just be an = comparison.
Actually I have an idea it could be – this post meta you want to search, is it serialised? Are you using a plugin to create it?
Thanks