From f7d21e2bbf9bef8856a6a90d0707409e61ea38a4 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 30 Mar 2023 14:07:31 -0700 Subject: [PATCH] (cloud) fixes ezcater search indexing --- src/clj/auto_ap/graphql/ezcater.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clj/auto_ap/graphql/ezcater.clj b/src/clj/auto_ap/graphql/ezcater.clj index 30b4e77a..6fceada9 100644 --- a/src/clj/auto_ap/graphql/ezcater.clj +++ b/src/clj/auto_ap/graphql/ezcater.clj @@ -24,7 +24,6 @@ :where [?a :ezcater-caterer/search-terms ]] (dc/db conn)))] {:id (:db/id result) - :name (:ezcater-caterer/name result) :text (:ezcater-caterer/search-terms result)}) "ezcater-caterer"))