hiya all,
i am going to develop a big bulky search engine for one of my client. I want your suggestions to pour into before i start.
The search would be only through database and not pages. The kind of database is local. The nature of the data is more like addresses.
So shall i put the whole address(citynam e,pincode,count ry) into a single fulltext column or shall i consider putting them into multiple columns. Well i want to go for second option cause i would need geographical sorting.
Is tehre some specific technique/pattern i need to follow or the fulltext searching would do it ?
Thanks in advance :0
i am going to develop a big bulky search engine for one of my client. I want your suggestions to pour into before i start.
The search would be only through database and not pages. The kind of database is local. The nature of the data is more like addresses.
So shall i put the whole address(citynam e,pincode,count ry) into a single fulltext column or shall i consider putting them into multiple columns. Well i want to go for second option cause i would need geographical sorting.
Is tehre some specific technique/pattern i need to follow or the fulltext searching would do it ?
Thanks in advance :0
Comment