mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
parent
c7c86c2b52
commit
09b52237f2
@ -98,7 +98,7 @@ class SearchScreenComponent extends BaseScreenComponent {
|
||||
|
||||
if (query) {
|
||||
if (this.props.settings['db.ftsEnabled']) {
|
||||
notes = await SearchEngineUtils.notesForQuery(query, true);
|
||||
notes = await SearchEngineUtils.notesForQuery(query, true, { appendWildCards: true });
|
||||
} else {
|
||||
const p = query.split(' ');
|
||||
const temp = [];
|
||||
|
Loading…
Reference in New Issue
Block a user