{"id":159,"date":"2010-11-19T12:41:09","date_gmt":"2010-11-19T11:41:09","guid":{"rendered":"http:\/\/www.juergenholz.de\/2010\/11\/19\/wildcardsuche-in-einer-sharepoint-bibliothek-in-wss-moss\/"},"modified":"2019-09-16T13:29:39","modified_gmt":"2019-09-16T12:29:39","slug":"wildcardsuche-in-sharepoint-bibliothek-in-wss-moss","status":"publish","type":"post","link":"https:\/\/www.juergenholz.de\/en\/wildcardsuche-in-sharepoint-bibliothek-in-wss-moss\/","title":{"rendered":"Search with Wildcards in Sharepoint library"},"content":{"rendered":"<div style=\"color: #555555; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span id=\"noHighlight_0.050279966483216976\">A request often made by the customer&#8230;<\/span><span id=\"noHighlight_0.8981887804205793\">Can I also search with wildcards in a SharePoint list?<\/span><\/div>\n<div style=\"color: #555555; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span id=\"noHighlight_0.016080449058666124\">Answer: With moss yes WSS No&#8230;!?<\/span><\/div>\n<div style=\"color: #555555; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span id=\"noHighlight_0.27080893664343075\">But it does, albeit with a somewhat surprising path.<\/span><\/div>\n<p><span id=\"noHighlight_0.19913288581238597\">How to:<\/span><\/p>\n<p><span id=\"noHighlight_0.6319738352983957\">Create a new Web Part Page and insert a Content Editor Web Part and the desired ListView Web Part there. The Content Editor Web Part fills you with the desired search mask. When submitting the search, it makes a JavaScript call that reloads the Web Part Page and depends on the URL following querystring:<\/span><\/p>\n<div style=\"color: #555555; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><strong><span id=\"noHighlight_0.09615539126449613\">? Filter name = Zussuchendesfeld &#038; Filtering multivalue = * Value search box *<\/span><\/strong><\/div>\n<p><br style=\"color: #555555; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\" \/><span id=\"noHighlight_0.041711250411764045\">Example:<br \/>\n<\/span><span id=\"noHighlight_0.7020141133692912\">We want to search the field &#8220;name&#8221; (file name of a document library \u00e0 &#8220;name&#8221; has the InternalName FileLeafRef) then we only need to append the following to the URL of our page:<\/span><\/p>\n<div style=\"color: #555555; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: #ffffff; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><strong><span id=\"noHighlight_0.37203284760345023\">? Filter name = FILELEAFREF &#038; Filtering multivalue = *<\/span><\/strong><\/div>\n<p><span id=\"noHighlight_0.39922657127165473\"><br \/>\nResult:<br \/>\n<\/span><span id=\"noHighlight_0.8267958840442213\">Returns all documents that carry in the Name<\/span><\/p>\n<p><span id=\"noHighlight_0.7899715717680027\">Hope it saves you some time.<\/span><\/p>\n<div class=\"juerg-endepost\" style=\"margin-left: auto;margin-right: auto;text-align: center;\" id=\"juerg-3486565192\"><div class=\"juerg-adlabel\">Werbung<\/div><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4708705370860748\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:inline-block;width:728px;height:90px;\" \ndata-ad-client=\"ca-pub-4708705370860748\" \ndata-ad-slot=\"4810788593\"><\/ins> \n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Eine Anfrage, welche h\u00e4ufig vom Kunden gestellt wird\u2026<br \/>\nKann ich auch mit Wildcardzeichen in einer SharePoint Liste suchen?<br \/>\nAntwort: Mit MOSS ja WSS nein\u2026!?<br \/>\n&#8230;&#8230;..<\/p>\n","protected":false},"author":1,"featured_media":408,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[49,16,50,17,51,41],"translation":{"provider":"WPGlobus","version":"3.0.0","language":"en","enabled_languages":["de","en"],"languages":{"de":{"title":true,"content":true,"excerpt":true},"en":{"title":true,"content":true,"excerpt":false}}},"_links":{"self":[{"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/posts\/159"}],"collection":[{"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/comments?post=159"}],"version-history":[{"count":7,"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/posts\/159\/revisions"}],"predecessor-version":[{"id":2036,"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/posts\/159\/revisions\/2036"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/media\/408"}],"wp:attachment":[{"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/media?parent=159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/categories?post=159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.juergenholz.de\/en\/wp-json\/wp\/v2\/tags?post=159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}