Skip to content

Commit

Permalink
Update SearchAdapter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort authored Aug 19, 2024
1 parent 684801f commit fe26f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/adapters/SearchAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class SearchAdapter extends BaseAdapter {
priority: hit?._source?.priority,
serviceName: hit?._source?.service_name ?? null,
name: hit?._source?.display_name ?? null,
description: hit?._source?.service_description ?? null,
description: hit?._source?.display_short_description ?? hit?._source?.service_description ?? null,
phone: hit?._source?.primary_phone ?? null,
website: hit?._source?.primary_website ?? null,
address: mainAddress,
Expand Down

0 comments on commit fe26f46

Please sign in to comment.