Basil Dubyk
f067c582c2
Add `search_fields` to `AbstractAddress` model
Similarly to `base_fields` and `hash_fields` it will be easier to
override fields for the search text.
Without this change to add/remove fields from search text we need to
override the `_update_search_text` method.