Skip to content

Commit

Permalink
change analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabzee committed Nov 8, 2024
1 parent 72e4a4c commit 72e8090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RedcapOneDirectoryLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function searchUsers($term)
"query": {
"multi_match": {
"query": "'.$term.'",
"fuzziness": "AUTO"
"analyzer": "standard"
}
}
}';
Expand Down

0 comments on commit 72e8090

Please sign in to comment.