Skip to content

Commit

Permalink
keep original search implemenation
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 25, 2020
1 parent 759ea3d commit 773a2c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class IndexPatternsService {
const savedObjects = await this.savedObjectsClient.find<IndexPatternSavedObjectAttrs>({
type: 'index-pattern',
fields: ['title'],
search,
search: `${search}*`,
searchFields: ['title'],
perPage: size,
});
Expand Down

0 comments on commit 773a2c2

Please sign in to comment.