1. LIKE VALUE WHERE <column> LIKE <wildcard_literal> %,_,[ ],[^ ] Usage:- comp%r matches “comp” followed by zero or more of any characters, ending in an “r”. comp_ter matches “comp” followed by exactly one of any character, followed by “ter”. comp[a-z]re matches “comp” followed by a single character in the range of lowercase a through lowercase [...]
Archive for the ‘MOSS Search Services’ Category
27 May
How to Configure Search For SSL enable Site
If SharePoint site is SSL enabled (https://mukeshdemo.com) then SharePoint search will not give any result. Log will give following error. (The secure sockets layer (SSL) certificate sent by the server was invalid and this item will not be crawled.) Solution: Extend the site and change the Alternate Access Mapping accordingly. Also in Central Admin –> [...]