Matt Gilbert

An attempt at techy stuff
posts - 26, comments - 8, trackbacks - 0

My Links

News

Archives

Post Categories

BizTalk

SharePoint

MOSS 2007 People Search - Wildcard searching
MOSS doesn't offer this out the box and of course many people would like to have it. Here's a quick and dirty javascript change which will offer this functionality. You'll have to forgive any inelegance in my coding, I'm a bit rusty ;) You need to edit the search.js file and add the following: A trim function function trim(s) { var l=0; var r=s.length -1; while(l < s.length && s.substr(l,1) == ' ') { l++; } while(r > l && s.substr(r,1) == ' ') { r-=1; } return s.substring(l,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, December 11, 2009 9:04 AM | Feedback (1) | Filed Under [ SharePoint ]

Thanks
Thanks to Solidsoft for running a great day at Microsoft last week. Topics covered were BizTalk, SharePoint and using them to build successful SOA and BPM solutions. Being responsible for BizTalk and also having had SharePoint land on my plate recently, the day gave me some good ideas about where to take these platforms...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, May 05, 2009 11:55 AM | Feedback (0) | Filed Under [ SharePoint ]

Powered by: