Is there a way of making the Fixed Keyword Query in search core web part to get the current user login (Author:{CurrentUser}).
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
I wish there was a builtin way to do that, but there is not. You will need to write a custom Web Part which inherits from CoreResultsWebPart. You can then use the QueryManager object to change the value of the query. |
|||||
|
|
You can use fixed keyword query in core search results web part. Just modify the web part and enter your query in the relevant property. |
|||
|