if you are using python, check this:
http://stackoverflow.com/questions/12439076/how-split-sentence-and-let-only-ascii-characters
with this way, you can make liste of tags.
On 3 oct, 21:19, Amar <
amarshiv...@gmail.com> wrote:
> Hi All,
>
> I am new to MongoDB. I want to implement search in an efficient way in
> MongoDB.
>
> Correct me if I am wrong.
>
> - First of all what I observed in MongoDB If I want to search any thing
> I need to make a query for that. Is it right friends ......?
> - For example I have an entity called Person. Say I have 10 columns in
> that. Say for example one word is common in every record but in different
> fields. So in which way I need to search to get the efficient
> results......??????
> - Is there any searching techniques are there in MongoDB, say for