EventIndex: Improve the documentation a bit.
This commit is contained in:
parent
a168461e8b
commit
0b7f23fa54
2 changed files with 107 additions and 28 deletions
|
@ -153,8 +153,8 @@ export default class BaseEventIndexManager {
|
|||
/**
|
||||
* Search the event index using the given term for matching events.
|
||||
*
|
||||
* @param {SearchArgs} searchArgs The search configuration sets what should
|
||||
* be searched for and what should be contained in the search result.
|
||||
* @param {SearchArgs} searchArgs The search configuration for the search,
|
||||
* sets the search term and determines the search result contents.
|
||||
*
|
||||
* @return {Promise<[SearchResult]>} A promise that will resolve to an array
|
||||
* of search results once the search is done.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue