Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I need a good ideea for a Search function .

 

Suppose I have a list of items

 

how do I do a search through them.

 

( it should work even if I don't pass one exact item in the list , but only a part of its name )

 

so, what algorithm do u suggest ?

Development & Research Department @ Elven Soft
Posted

You can do that with a WildCard character by default.

 

For searching in database

eg. SELECT ... FROM ... WHERE ... LIKE '%'

Nothing is impossible in Programming! So, take it easy and let us all share your problem. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...