Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Form Web Part Newbie

  Asked By: Dianna Bridges         Date: Sep 22, 2007      Category: Sharepoint      Views: 257
 

how do I make the form web part return partial matches?

i.e. if I search for "x" it will return every word that has an "x" in
(box, xerox, fox, xxx, xbox, etc)

if you can point me to a web page that would be helpful as well ...

Tagged:        

 

4 Answers Found

 
Answer #1       Answered By: Jessi Sweet          Answered On: Sep 22, 2007       

well, no thanks to any of you guys ... i figured it out myself ...

 
Answer #2       Answered By: Kelvin Mckinney          Answered On: Sep 22, 2007       

Can you point  me to the right direction?

 
Answer #3       Answered By: Gaurav Ghosh          Answered On: Sep 22, 2007       

sure ..

basically you have to add your list as a data view ...
then make sure the filter (on the data view) is set to "contains [input
parameter]" for the field you want to search  (that is the trick to
getting it to give back results for partial  matches) ...
then you set your web  part connection from your form  web part  ...

it is explained a little better here (with screen shots) ...
www.wssdemo.com/Pages/Search.aspx?menu=Articles ... if the
correct article doesn't come up click on "Search a List without SQL"

 
Answer #4       Answered By: Katelynn Donovan          Answered On: Sep 22, 2007       

you are welcome dave ...

let us know how it works out ..

 
Didn't find what you were looking for? Find more on Form Web Part Newbie Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].