I have tried all sorts of options, but I don’t think this can be done, but I guess I’d ask in case you have some thoughts. My directory has many listings that can be searched by keyword/zip code and the results are returned to display, say for 5 mile radius from zip center. That works well and no problems.
Now I have certain results that I only want to show for a particular zip code or location. To clarify:
Listing A is available in zip code 102, 103 and 104
Listing B is available in zip code 101, 102 and 103
Listing C is available in zip code 103 only and cannot legally be displayed in the results of zip 101, 102 or 104 (all within the 5 mile search radius)
If I search “Listing A – Zip 101”, then the results will display Listing A as it is within 5 miles of Zip 101 (all good)
If I search “Listing – Zip 101”, then the results will display Listing A, Listing B and Listing C as all three results are within 5 miles of Zip 101 (bad). However Listing C should not be displayed as it is not available to users in Zip 101.
How can I restrict Listing C to only display in Zip 101. Can I add some sort of extra filter or sub-category. Ideas?