Skip to content

Commit

Permalink
Changed filter label from Owner verified to Full listing, given owner…
Browse files Browse the repository at this point in the history
…_verified in Solr is set for tier 3 (Full) listings, as per #80
  • Loading branch information
m-i-l committed Dec 21, 2022
1 parent 4cc2ed1 commit fefbd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/content/dynamic/searchmysite/searchutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def get_display_facets(filter_queries, results):
elif facet_field == "tags":
facet['label_name'] = "Tags"
elif facet_field == "owner_verified":
facet['label_name'] = "Owner verified"
facet['label_name'] = "Full listing"
elif facet_field == "contains_adverts":
facet['label_name'] = "Contains adverts"
elif facet_field == "indexed_inlink_domains_count":
Expand Down

0 comments on commit fefbd7e

Please sign in to comment.