I tried to search with partial as below:
summary ~ "Hello" AND summary~ "Hi "
But no results can be found, but there are records like
"Hello world"
"Hello lady"
"Hi all"
"Hi you"
Hi @Lin Dongxue and welcome to the community!
Try this:
summary ~ "Hello*" OR summary ~ "Hi*"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.