search basically working

This commit is contained in:
talksik
2022-04-02 14:59:55 -04:00
parent e076edd588
commit 7ccf7d842d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export class UserService {
// based on index defined in Mongo atlas
const query = {
$search: {
index: "default",
index: "basic user search",
text: {
query: searchQuery,
path: {