public interface QuickSearchSearcher
Modifier and Type | Method and Description |
---|---|
List<QuickSearchDocument> |
findItemsMatching(String searchTerm)
Finds top 10 matching items in the index.
|
@NotNull List<QuickSearchDocument> findItemsMatching(@NotNull String searchTerm)
searchTerm
- term to search forCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.