Hi,
How would I make it so that the search will seach for smaller words over larger words. I'm not sure how else to word this, so here is an example:
Valid word: GRE (actually an acronym, but still valid)
Valid word: greeting, or great, or degree
What is currently happening is that when a user enters keyword GRE, the user is getting search results with all of the valid words above. But, the user wants to have the shorter word GRE come up as an exact match before the partial match results do.
I can't figure out how to get it so it will find GRE as a word before the partial matches.
Does that make sense?
How would I make it so that the search will seach for smaller words over larger words. I'm not sure how else to word this, so here is an example:
Valid word: GRE (actually an acronym, but still valid)
Valid word: greeting, or great, or degree
What is currently happening is that when a user enters keyword GRE, the user is getting search results with all of the valid words above. But, the user wants to have the shorter word GRE come up as an exact match before the partial match results do.
I can't figure out how to get it so it will find GRE as a word before the partial matches.
Does that make sense?
Comment