1 / 11

Cheap and Easy wildcard search w/ moss

Cheap and Easy wildcard search w/ moss. Becky Isserman, B&R Business Solutions http://www.mosslover.com. Pre-Requisites. More Pre-requisites…. Turn on Search Create an SSP Add Content Indexes Create Scopes Add Properties Add Content Crawl Content Indexes. Query Object Model.

tania
Download Presentation

Cheap and Easy wildcard search w/ moss

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Cheap and Easy wildcard search w/ moss Becky Isserman, B&R Business Solutions http://www.mosslover.com

  2. Pre-Requisites

  3. More Pre-requisites… • Turn on Search • Create an SSP • Add Content Indexes • Create Scopes • Add Properties • Add Content • Crawl Content Indexes

  4. Query Object Model • Looks like SQL • Example:SELECT <columns>FROM <content source>WHERE <conditions>ORDER BY<columns>

  5. Wildcard Search Options (LIKE) • % • SELECT FROM ‘All Sites’WHERE Author LIKE ‘%oleman’

  6. Wildcard Search Options (LIKE) • _ • SELECT FROM ‘All Sites’WHERE Author LIKE ‘Jade _oleman’

  7. Wildcard Search Options (LIKE) • [ ] or [ ^ ] • SELECT FROM ‘All Sites’WHERE Author LIKE ‘Jade [CcKk]olemen’ • SELECT FROM ‘All Sites’WHERE Author LIKE ‘Jade [^C]oleman’

  8. Wildcard Search Options (CONTAINS) • * • SELECT FROM ‘All Sites’WHERE CONTAINS(‘Coleman*’)

  9. Demo • User Control/SMART Part • Webpart Conversion

  10. Reference • “Inside the Index and Search Engines: Microsoft Office SharePoint Server 2007” by Patrick Tisseghem and Lars Fastrup • Code Samples from Book:http://www.microsoft.com/mspress/companion/9780735625358 • SMART Part: http://www.codeplex.com/smartpart • STSDev: http://www.codeplex.com/stsdev

  11. Information • E-mail: rebecca.isserman@gmail.com • Blog: http://www.mosslover.com • Comic: http://www.sharepointcomic.com

More Related