Hey guys.
I coding app using api https://developer.box.com/reference#searching-for-content
My box account have 2 file docx with content:
file1.docx. Thắm dâu vạn nhân
client.search.query(
'"tham" || "hong" && "lieu"',
{
fields: 'name,size,extension,content,description',
file_extensions: config.fileExtension,
limit: query.body.limit,
offset: query.body.offset
},
callback
);
My code return no record. util I expect 1 record as file2.docx because file2.docx contain string "hong" and "lieu"
How to resolve it. Help me. thanks