We are using search core results web part to display people search results. Whenever someone types "john", currently we only search employees whose first name is john. we would like to search all employees whose first name is john and also employees whose last name is john.
I thought I could use query rules for this. is it possible? whenever someone types a single word, I want to transform that to something that searches both first and last name.
Any pointers?