Skip to content

Commit

Permalink
bump results limit to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 29, 2023
1 parent 7ab2d2d commit 528eb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/datagraph_searcher/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (s *service) Search(ctx context.Context, q string) ([]*Result, error) {
WithClassName("Content").
WithFields(fields...).
WithHybrid(arg).
WithLimit(2).
WithLimit(30).
Do(context.Background())
if err != nil {
return nil, fault.Wrap(err, fctx.With(ctx))
Expand Down

0 comments on commit 528eb52

Please sign in to comment.