Hi,i need to pass variable (text) to variable (query).
string query1 = “” + text+ “”; like this
// Search for the phrase ‘sollicitudin at ligula’ in text form
string text = “of the selected”;
string query1 = ““of the selected””;
SearchResult result1 = index.Search(query1);
how it is possible