IO-2210 Search Improvements
This commit is contained in:
@@ -213,9 +213,10 @@ async function OpensearchSearchHandler(req, res) {
|
||||
{
|
||||
multi_match: {
|
||||
query: search,
|
||||
type: "phrase_prefix",
|
||||
//fields: ["*"],
|
||||
fuzziness: "AUTO",
|
||||
prefix_length: 2,
|
||||
// fuzziness: "5",
|
||||
//prefix_length: 2,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user