How to use couchbase to do the fuzzy query?

 Just like this:  

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

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