search implementation

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
learnerabn
Forum Commoner
Posts: 48
Joined: Wed Feb 10, 2010 12:56 am

search implementation

Post by learnerabn »

hello all,
I have many criteria for search like it should match for full string in some fields and partial match in some fields
And if no full match then the result which has max no.of match should appear in first in search result
And if there is full string match means it should be the first and follwed by the max match.

can i get it with maian search.
or any other ideas are welcome.

Thank you.
Post Reply