The sharepoint-search tag has no wiki summary.
2
votes
1answer
1k views
What field contains the “created date” in a SharePoint Search Index?
We need to list documents, list items, etc from a Sharepoint Search Server Express Index by the created date. The problem is we can't find it in the index even though we've tried to map it to ...
2
votes
0answers
50 views
Restrict search result to current site/web
My requirement is to search within sub site, if i am searching within a specific sub site result should come from current sub site. Here everything is working fine. But when I do advanced search it ...
2
votes
2answers
1k views
SharePoint 2013 search result web part not showing all result
I add the standard search result web part to an empty page layout. I click "change query", and add the query I want. The search result preview shows 179 results. Perfect, just what I wanted. I click ...
1
vote
3answers
3k views
SharePoint 2010 Search - The search request was unable to connect to the Search Service
I am using SharePoint 2010 Foundation and I have a prolem with the search on there. Everytime I search for something I get the response of The search request was unable to connect to the Search ...
1
vote
1answer
51 views
Is it possible to use Microsoft 2013 sharepoint search server as my search engine for my site
My site is not written for sharepoint.
It runs on IIS(aspmvc) interacts over http request/response and fetches db data.
Does it make sense to install and use Microsoft 2013 sharepoint search for the ...
1
vote
1answer
345 views
SharePoint 2010 multi-lingual search refinments
I have a search refinement panel in my SharePoint 2010 site that utilizes a managed metadata term set in which I have a second language installed and parallel terms defined for that language. For ...
1
vote
1answer
519 views
SharePoint Search TrimDuplicates=true removes unique content, is this a known bug?
I'm running a FullTextSqlQuery where TrimDuplicates is set to true and have been searching for days on why certain items are not in the results. I just found out today that the result appears when I ...
1
vote
0answers
195 views
Search Result shows from sites where user does not have permission
What I have?
I have a SharePoint 2010 web application with FBA configured and it is exposed to Internet. The root site collection has a huge hierarchy and each site has document libraries with many ...
1
vote
0answers
51 views
Search result ordering in MOSS
we have portal in sharepoint 2007.
We have one document library with 2 custom columns named as Account,Customer name.
We want to add some ordering to show sharepoint default search result.
Orderig ...
1
vote
0answers
284 views
BCS to connect to a WCF Service and use bindings from a config file
I have data exposed from a webservice which is wcf. I already have method calls to call GetAllItems and GetItem(id). I want to use SharePoint Search to index them so that it can be easier to search. ...
0
votes
2answers
87 views
Sharepoint 2010 search scopes Information
I have a webappa and it has 4 site collections: A, B , C, B.
I want to have a Advanced search in site A where user can search content of A and B site collection but user should not be able to search ...
0
votes
1answer
892 views
SharePoint People Search on office location
I am working on a solution to allow users to search for other users, since we use SharePoint 2010 and have access to the SharePoint people search it seems like an easy solution. For the most part it ...
0
votes
2answers
9 views
Sharepoint REST Query with multiple variable for a query tag
In Sharepoint 2013, using Search REST API; I can get a result by using path in querytext query tag, like this:
http://host/_api/search/query?querytext='path=http://host/site/pages/index.aspx'
The ...
0
votes
0answers
18 views
SharePoint 2010 Search is not returning proper result
I am using SharePoint out of box Search functionality. It was working accurately but from last month it is not giving proper result. For ex I have three document in a library as Change no 1-11, Change ...
0
votes
0answers
10 views
Search in Custom indexing connector with AttachmentAssociator property in AssociationNavigator
Hi, I have a custom indexing connector with Entities associated via AssociationNavigator method. In order for Search (of SharePoint 2013) to crawl the associated entity, we need to set the ...