Hello all,
sorry again, i have modify the following code :
JobFilter.Add(new FieldFullTextSearchPredicate(JobdetailsFields.SearchDescription, FullTextSearchOperator.Contains, txtKeyword.Text));
so now it is not throw error and not getting result.
in my database i have following string :
"Software Engineer with 2 year ex. in Microsoft technology"
now i am entering keyword in my textbox(txtKeyword.Text) : Microsoft and click on search button.
so it is not giving me any result.
please help me