The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
66 views

Modifying the contents/template of the sharepoint Search alert mail?

I'm doing some RND on SharePoint search alert! I'm looking on how to modify the SharePoint search alerts mail. as in the Daily Alert Summary. Is there anyone who knows to do this? Please note I'm ...
2
votes
0answers
106 views

Has the search alert API in SharePoint 2013 changed from the 2010 and Preview 2013?

I previously developed a Visual web part to programmatic-ally create Search alerts based on the user input. I used a text box to capture the text and create a Query using the Keyword Query Class. Then ...
0
votes
0answers
64 views

Custom Search Feature 2010 (ECB)

I want to execute a code when user selects a list item in a custom list and press an menu in Edit Control Block. This menu will be titled as "Search". When user clicks this menu "Search", the custom ...
0
votes
1answer
173 views

Error 401 after idle time then AJAX request however still returns results

I have a ashx handler in "_layouts/ihandler/.." in which I make AJAX requests for an in page search. If my page stands still for to long the requests change from 200 to 401 return status, this is ...