- This topic has 3 replies, 2 voices, and was last updated 11 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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
Tagged: post meta
Hi,
I use custompress to create custom fiels and when i use checkboxes the selected values are saved like: a:2:{i:0;s:9:”Some Value 1″;i:1;s:10:”Some Value 2″;}
How do add this the searchform? I have to give a value and name in config of the searchform,so how would this work with above save checkbox values?
Thanks
Marcellino
Hi,
So when i use a checkbox for adding values i get this in the database:
a:3:{i:0;s:9:”Dordrecht”;i:1;s:10:”Kinderdijk”;i:2;s:9:”Biesbosch”;}
When i set this up in your plugin i assume it has to be like:
0 Dordrecht
1 Kinderdijk
2 Biesbosch
But this doesn’t return results?
Any ideas/tips
Thanks
Hey Marcellino – the update I sent you fixed a problem with serialised data – does it fix this issue?