feat(tasks): find tasks by their identifier when searching with Typesense
This commit is contained in:
parent
2ca193e63b
commit
748651447a
@ -340,7 +340,7 @@ func (t *typesenseTaskSearcher) Search(opts *taskSearchOptions) (tasks []*Task,
|
|||||||
|
|
||||||
params := &api.SearchCollectionParams{
|
params := &api.SearchCollectionParams{
|
||||||
Q: opts.search,
|
Q: opts.search,
|
||||||
QueryBy: "title, description, comments.comment",
|
QueryBy: "title, identifier, description, comments.comment",
|
||||||
Page: pointer.Int(opts.page),
|
Page: pointer.Int(opts.page),
|
||||||
PerPage: pointer.Int(opts.perPage),
|
PerPage: pointer.Int(opts.perPage),
|
||||||
ExhaustiveSearch: pointer.True(),
|
ExhaustiveSearch: pointer.True(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user