diff --git a/feeds/handler/feeds.go b/feeds/handler/feeds.go index b8205b2..30c0298 100644 --- a/feeds/handler/feeds.go +++ b/feeds/handler/feeds.go @@ -38,6 +38,7 @@ func NewFeeds(postsService posts.PostsService) *Feeds { f := &Feeds{ feeds: model.NewModel( + model.WithKey("Name"), model.WithNamespace("feeds"), model.WithIndexes(nameIndex), ),