This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Multisite option not working

#18236
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The custom field filters does not work, because with most filters the custom field names or the values does not match. Here are all the issues I found:
Global issue 1 with all the fields – On most filters either ‘EQUALS’ or the ‘EXACTLY LIKE’ operator is used, I rather recommend using the ‘LIKE’ operator for every filter instead: https://i.imgur.com/Mqttk2D.png
The ‘EXACTLY LIKE’ might work, but the ‘EQUALS’ is definitely incorrect, as it is a numeric operator, and you are using string fields.
Possible global issue 2 -> This option might need to be disabled, depending on your needs. You can leave it as it is for now, just letting you know.
Make -> There are different makes then defined in the search settings. t1, t2, t3…etc. are in the database, while on the search options there are other values, thus this will never match
Model ->This looks okay
Fuel -> This looks okay
Mileage -> The custom field name is incorrect in the filter, it should be cp_mileage
Price -> On the ads page I see a numeric value entered, while on the filter options a drop-down is used with different values, so this is never going to match. If this is going to be a number, then you can try the range slider filter type instead of the drop-down.
Year -> The custom field name is incorrect in the filter, it should be cp_year not cp_age
Private or trade -> This looks okay
Transmition -> This looks okay
Body -> The custom field name is incorrect in the filter, it should be cp_body and not cp_daily_count
Color -> The custom field name is incorrect in the filter, it should be cp_colour and not cp_total_count

Make sure to check all the custom field names and the values as well, these are only the ones I was able to spot.

I will debug the image issue as well in a minute, I will get back to you once I find something.