How to use couchbase to do the fuzzy query?

Hello!

   How to use couchbase to do the fuzzy query?  Could  friends teach me?


    
    Just like this:

    SELECT field FROM table WHERE value like "%searchterm%";

   The “searchterm” is variable。 How to achieve the same effect with couchbase?

Thank you!

what do you mean when you say fuzzy search? Is there a full-text features in Couchbase?

 Just like this:  

        SELECT field FROM table WHERE value like "%searchterm%";

 The “searchterm” is variable。 How to achieve the same effect with couchbase?