在我們的Sharepoint網站的母版頁上,我們有一個開箱即用的使用範圍功能的SharePoint搜索框。當用戶選擇特定範圍(例如「人物」),並點擊「搜索」時,該網站將轉到相關頁面,但範圍將恢復爲「所有網站」。使用Sharepoint搜索記住搜索範圍
有沒有什麼辦法(jQuery也許?),我可以將範圍設置爲用戶以前選擇的?我有用戶告訴我他們想繼續尋找人,而且他們不得不記得在每次提交之後將範圍改回爲「所有網站」。
這是搜索框的外觀我們的頁面上提前
<SPSWC:SearchBoxEx ID="SmallSearchBox" runat="server" ShowAdvancedSearch="false"
QueryPromptString="Search our site" DropDownMode="DisplayScopeDD"
SearchResultPageURL="/pages/search.aspx"
ScopeDisplayGroupName="Search Dropdown" ShowQuerySuggestions="True"
TextBeforeDropDown="" FrameType="None" DisplaySubmittedSearch="true"
SuppressWebPartChrome="true" SearchBoxTableClass="" />
感謝