diff --git a/app/stores/templates/search/indexes/stores/store_text.txt b/app/stores/templates/search/indexes/stores/store_text.txt index dceb1e5..94f5119 100644 --- a/app/stores/templates/search/indexes/stores/store_text.txt +++ b/app/stores/templates/search/indexes/stores/store_text.txt @@ -1,5 +1,3 @@ {{ object.name }} -{{ object.address.city }} -{{ object.address.county }} -{{ object.address.postcode }} +{{ object.get_full_address }} {{ object.long_description }} \ No newline at end of file