Add option to search in path for sqlite #402

This commit is contained in:
2023-10-16 21:14:46 -04:00
parent 49a21a5a25
commit f423863acb
7 changed files with 27 additions and 12 deletions

View File

@@ -106,6 +106,8 @@ class Sist2ElasticsearchQuery {
q["sortAsc"] = true;
}
q["searchInPath"] = getters.optSearchInPath;
return q;
}
}