RestonDeveloper
Programmer
I've been tapped to build an internal profile search.
In the search text if they search 4 words for example.
I want to return profiles that have all four 100% match, (3 of 4) 75% match, %50, %25.
I'm just wondering if someone has done this before and can pass along any pointers. also i'd be searching every field in the user profile, so I'd need to loop through each field.
Is this purely a SQL solution? I was thinking it would be since I am basically returning the name of the profile, (eventually a profile snippet that has at least one search term.) and the percentage of match.
In the search text if they search 4 words for example.
I want to return profiles that have all four 100% match, (3 of 4) 75% match, %50, %25.
I'm just wondering if someone has done this before and can pass along any pointers. also i'd be searching every field in the user profile, so I'd need to loop through each field.
Is this purely a SQL solution? I was thinking it would be since I am basically returning the name of the profile, (eventually a profile snippet that has at least one search term.) and the percentage of match.