sorry
I was still gainning in the mud of search
because now i create 3 table
members,tags,taggings

these last two tables were the nearly same as aataggable,i use them to 
store
specific information
the members table i use it for storing member information

the keywords is come from the page only stored in the tag table

so that mean keywords is not stored in the member fields but only in the
tag table

if it is in sql we found tag first then taggings then related records

1 requirement really chanllenged me just for user need display search 
result just like this way

if it is a,b,c these 3 words
then the result must be
records which are satified condition
1. a and b and c first
2.then a and b, b and c, a and c--except the records are existed in 
above
3.the last are a, b, c--except the records are existed in above

any suggestion?

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to