Skip to content

Commit

Permalink
search fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-enebeli committed Jun 9, 2024
1 parent 9fd835a commit b3bb597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Build and Test Status](https://res.cloudinary.com/dp8bwjdvg/image/upload/v1715242318/Blnk_AVI_tuxwg1.png
![Logo](https://res.cloudinary.com/dp8bwjdvg/image/upload/v1715242318/Blnk_AVI_tuxwg1.png
)

# Status at a Glance
Expand Down
3 changes: 1 addition & 2 deletions search.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ func (t *TypesenseClient) Search(ctx context.Context, collection string, searchP
func (t *TypesenseClient) HandleNotification(table string, data map[string]interface{}) error {
if err := EnsureCollectionsExist(t, context.Background()); err != nil {
if strings.Contains(err.Error(), "already exists.") {
return nil
logrus.Warningln(err)
}
logrus.Warningln(err)
}

metaData, ok := data["meta_data"]
Expand Down

0 comments on commit b3bb597

Please sign in to comment.