0
votes
1answer
13 views

SharePoint2013 Search Navigation Web part and query string parameters

Im using Search Navigation web part to navigate to a search result page when user decides to do a scoped search. Im trying to pass all scoped search to the same search result page, instead of ...
1
vote
1answer
18 views

Term frequency list of an entire search index?

I am trying to get the term frequency of all words in an index (minus some words like: a, the, and, I, etc.). A "Top 10" list of most frequent words in an index would be ideal. I am not trying to ...
1
vote
1answer
91 views

Malformed search query

I'm trying to perform search on a single list using FullTextSqlQuery. I found example here, but given this query: "SELECT Title,ContentType,Path FROM portal..scope() WHERE freetext('" + query + "') ...
0
votes
1answer
309 views

How to remove Contextual Search 'This Site:' from dropdown box of target result page

The target search results page is */_layouts/OSSSearchResults.aspx*. In Site Actions >Search Setting> selected Show, do not include contextual scopes for Site collection Search Dropdown Mode. It is ...
0
votes
2answers
134 views

A good method for setting the search scope using radio buttons?

I am looking for some guidance on a good method to allow the user to set the search scope using radio buttons instead of selecting a scope from the scope pull-down. I am using the SmallSearchInputBox. ...
1
vote
4answers
2k views

How to limit Search Crawl only to subsite

I have a top site collection (http://myportal) and subsite (http://myportal/teamsite) in a SharePoint 2010 based intranet. My Question: I am trying to configure search in such a way that when a user ...
1
vote
1answer
794 views

SharePoint 2010 Search Issues - Scope not working!

I'm having some issues with Search and Search Scopes. Basically I have created a Search Center site and linked it to my site collection in Site Settings->Search Settings. But it doesn't seem to be ...
1
vote
1answer
1k views

Setting up the “Search this Site” functionality in Mysites?

I have been able to configure "find people" on the top of the mysites page by setting it to people search results of the enterprise search center in "Setup MySites" settings from CA. However I cant ...