Mongo Search Autocomplete Type

Hi Pavel, thanks so much for the reply.

Unfortunately that is not working for me :disappointed:

I tried

      $search: {
        autocomplete: {
          path: "email",
          query: "kate%40",
        },
      },

Is there anything else I can try?

Thanks!