Matt Gilbert

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

My Links

News

Archives

Post Categories

BizTalk

December 2009 Entries

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 ]

Powered by: