Tagged Questions
1
vote
2answers
2k views
Keyword query string in SharePoint Search
I need to create custom search web part with 3 filters. First filter will have all list names in a dropdown box. Second filter will have particular list column values(only 2 values like active and ...
0
votes
1answer
166 views
Custom scope in SharePoint
I need to create a custom scope such that it should point to particular column in a list. Consider i am having a list with column which has values as yes and no. Now i need to create scope for these ...
1
vote
1answer
487 views
Edit Search Dropdown ScopeDisplayGroup with Powershell Unauthorized
I am trying to edit the Searchbox Scopes dropdown ScopeDisplayGroup using Powershell using the following code (partly backwards engineered from the scope edit layouts page codebehinds):
...