From bcc39da841dca75ab9987d6cac430267ca04a89c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 12 Apr 2013 20:21:26 +0100 Subject: [PATCH] Add full address to the search storage. --- app/stores/templates/search/indexes/stores/store_text.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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