I need technical help regarding my Azure document search
below my sample code
`var searchText = "Good Phase"
var searchData = indexClient.Documents.Search(searchText,searchParameters)`
I need to know this document search which is searchText = "Good Phase"
how azure document treat this "Good Phase" to search
means like
1:- Good AND Phase (with AND operator)
2:- Good OR Phase (With OR Operator)