Cheap and Easy wildcard search w/ moss Becky Isserman, B&R Business Solutions

Slides:



Advertisements
Similar presentations
Needles in a Haystack Harnessing the SharePoint Search Engine Presenter: Ivan Wilson – SharePoint Gurus.
Advertisements

L Lars Fastrup Independent SharePoint Consultant SharePoint Products Tony Malandain Product Manager, BA-Insight
3 Patrick LeBlanc Twitter: patrickdba Author: Latest book, SQL Server 2012 Step by Step Blog: Experience: I have been working.
SharePoint User Group Chicago: 1/24/2013 SharePoint 2013 Search Overview.
Help the users find what they need using the Search Speaker: Frédérique Harmsze 15 th November 2014 Host: Matthew Hughes.
Optimizing SharePoint Search Using Scope and Managed Properties By Kevin Israel, MVP.
SharePoint 2007: Search Deep Dive Erik Mau Inetium.
Todd Klindt Solanite Consulting.  WSS MVP since 2006  Speaker, writer, consultant, Aquarius  Personal Blog
SharePoint 2013 Catalog Sites Brian Culver ● SharePoint Saturday DFW ● March 7, 2015 Build a SharePoint 2013 Search Driven.
Client Solution Collaborative application for employees Transparent communication w/ anonymous questions Technology SharePoint 2010, using ratings and.
ProjectWise V8i Overview Part 2
 Introduction of the Ribbon  Inline editing of pages  AJAX Editing  Browser Support  Need to Redo Customizations and Page Layouts when upgrading.
Microsoft Office System UK Developers Conference Radisson Edwardian, Heathrow 29 th & 30 th June 2005.
Enterprise Search. Search Architecture Configuring Crawl Processes Advanced Crawl Administration Configuring Query Processes Implementing People Search.
Alonso Robles Solutions Architect speakTECH
SharePoint Development 101: Feature Design By Becky Isserman
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Module 11 : Backup and Restore Jong S. Bok
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Matthew McDermott, MVP MOSS Principal Consultant Catapult Systems ECMS305.
JourneyTEAM - –
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Syed Qasim SharePoint Innovations, LLC GIGABYTES 2003: 24B 2004: 48 B 2006: 100B 80% Unstructured 2 002: 12B Cave paintings, Bone tools 40,000.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
PTT GSP Knowledge Management System User Training Ekkarin Sereechuenpojit System Engineer Infrastructure Solutions Wannee Govitsutthisak System Engineer.
SharePoint 2010 Search Architecture The Connector Framework Enhancing the Search User Interface Creating Custom Ranking Models.
Matthew McDermott, MVP MOSS Principal Consultant Catapult Systems.
Searching Business Data with MOSS 2007 Enterprise Search Presenter: Corey Roth Enterprise Consultant Stonebridge Blog:
19 May 2012 Stripping Search Service application Christopher Simusokwe – TWP and Basil Read #SPSJHB The first ever all green SharePoint.
Migration of ASP MS access Project to SQL server and C# Jin Thakur MCTS
1 Extending User Profiles with Line of Business Data Patrick Curran, MCT.
0 SharePoint Search 2013 Rafael de la Cruz SharePoint Developer Seneca Resources twitter.com/delacruz_rafael
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Profiles and Active Directory Overview User profiles –Import from Active Directory –Creating.
Understanding SharePoint Content Module 1. Overview  Defining Content in SharePoint  Defining Management of SharePoint Content.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Microsoft Office SharePoint Server 2007 Enterprise Search Enterprise Search Overview.
Protecting SharePoint with System Center Data Protection Manager 2007 Chris Whitehead Premier Field Engineer Microsoft UK.
Module 5 : Security I Jong S. Bok
1 © Xchanging 2010 no part of this document may be circulated, quoted or reproduced without prior written approval of Xchanging. MOSS Training – UI customization.
By: Usman Zafar Malik [MCTS : Microsoft Office SharePoint Server 2007] [MCTS : Windows SharePoint Services (WSS) 3.0] [MSBMSS : Microsoft Dynamics CRM.
Windows SharePoint 2007 Introduction. What is Microsoft SharePoint 2007? Microsoft SharePoint 2007 is the central information sharing and collaboration.
Join the MVA Community! ▪ Microsoft Virtual Academy—Free online training! ‒ Tailored for IT Pros and Developers ‒ Over 1M registered users ▪ Earn while.
WINDOW SEARCH SERVER Topics  Topology  High-level Architecture  Performance  WSS vs. MOSS Search Comparison  Search Server 2008.
Module 4: Administering Microsoft Office SharePoint Server 2007.
Business Data Integration with MOSS 2007 Naveedullah Khan PMP, MCAD.NET Senior Consultant.
Leveraging Web Content Management in SharePoint 2013 Christina Wheeler.
Leveraging SharePoint Search In SharePoint 2013 Jameson Bozeman.
1. Data Platform Solution Architect at Microsoft Working with SQL Server for past 15 years Author of SQL Server and Business Intelligence Books Blog a.
1 Web Search What are easy ways to create a website? 2 Web Search What is a blog? What type of content does this type of website provide? 3 Web.
Introduction to Enterprise Search Corey Roth Blog: Twitter: twitter.com/coreyrothtwitter.com/coreyroth.
Search can be Your Best Friend You just Need to Know How to Talk to it IW 306 Ágnes Molnár.
Hybrid SharePoint Search
Microsoft Office SharePoint Server 2007 Enterprise Search
Developing GIS WebParts in SharePoint
What is SharePoint and why you should care
Introduction to SharePoint 2007
Searching Business Data with MOSS 2007 Enterprise Search
Searching Business Data with MOSS 2007 Enterprise Search
Introduction to Office Delve Hiran Salvi
درس تطبيقي مادة التربية الفنية للصف الرابع الابتدائي
Please thank our sponsors!
Chapter 7 Searching Your Products
Tracking Usage of Analysis Services with SharePoint
Zero to Tabular Patrick LeBlanc Data Platform Solution Architect
Шаттық шеңбері.
SharePoint 2007 Developer Overview Collaboration BI Features
St. Louis Day of Dot Net 2011 Building Web Parts for an Office 365 SharePoint Site Becky Bertram Independent SharePoint Consultant SharePoint MVP, MCSD.NET,
Microsoft Office SharePoint Server 2007 Enterprise Search
Presentation transcript:

Cheap and Easy wildcard search w/ moss Becky Isserman, B&R Business Solutions

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 Looks like SQL Example: SELECT FROM WHERE ORDER BY

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

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

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’

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

Demo User Control/SMART Part Webpart Conversion

Reference “Inside the Index and Search Engines: Microsoft Office SharePoint Server 2007” by Patrick Tisseghem and Lars Fastrup Code Samples from Book: nion/ nion/ SMART Part: STSDev:

Information Blog: Comic: