Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Index doesn't find all Custom Fields from "GeoDirectory" › Reply To: Index doesn't find all Custom Fields from "GeoDirectory"
Yes, I run a test query via FTP on the back-end to make sure it is not a mistake.
The query executed via the database handler was:
"SELECT DISTINCT(meta_key) FROM nhvgy_postmeta WHERE (meta_key LIKE '%%anstellungsform%%')"
and there was only one result for that:
array(1) {
[0]=>
object(stdClass)#34666 (1) {
["meta_key"]=>
string(21) "field_anstellungsform"
}
}
Which is the field name field_anstellungsform
It appears to be correct, the field search query returns the same. Try running the same query on phpMyAdmin, and it should return the same result as well.
You can however enter whatever you want to the field name input, the search feature is only there to help you to find existing fields.