User can search by Postcode (eg: L14, L15, L16) or Location from a textbox.
If user type in \"Liverpool\", it will find all the shops that are located in \"Liverpool
What am I missing? Why cant you do
WHERE DA.postcode = "Liverpool" or shops.location = "Liverpool"