Questions tagged [search-scope]
Search Scope is the crawlers context given in Central Administration. The crawler indexes content based on Search Scope.
215 questions
0
votes
2
answers
1k
views
Accessing Search API from authenticated app
Using SharePoint Online, I discovered that it's possible to perform server-wide searches using the SharePoint Search API.
This works brilliantly in my browser, if I am logged in with my account, when ...
2
votes
0
answers
93
views
Result source current hub site token
Is there a way from with a custom result source to target a hub site? Returning results contained in any of the sites in that hub?
I’m hoping there is a token, similar to {Site}
Much like the modern ...
2
votes
2
answers
2k
views
Search List item is not working in SharePoint Online
I have created 2 list columns inside a SharePoint list and entered some data also. Crawled properties were created automatically so I have created managed property and mapped it to those ...
0
votes
3
answers
2k
views
unable to search only subsite items using sharepoint search webpart
I have a custom page in subsite(SP online site) with Search box and Search result webparts. when i try to search items, it is showing Site collection level items but i need only particular subsite ...
0
votes
1
answer
33
views
Search on metadata
SharePoint 2013, SQL server 2014.
My client wants to search on metadata. In other words, I have metadata that captures document type (Memo, Letter, Report), Classification level (Secret, Confidential,...
2
votes
1
answer
299
views
Set a default Search Vertical
My requirement was to delete Conversations vertical from the default SharePoint search verticals(Everything, People, Conversations, This site) and Default vertical was set to This site.
But once I ...
1
vote
2
answers
557
views
SharePoint 2013 Search Find an Item Limited or No results
Users are seeing inconsistent search results when searching for an item in a list.
Ex. The list includes the following column entries:
webnbprc001
webnbprc002
webnbprc003
Searching by prc returns ...
0
votes
1
answer
305
views
Limiting Search Results to a View in Document Library
Working in SharePoint 2013 I have created a custom search. I created the Results Source and then tried connecting it to the search navigation web part because I want to add the view title to the ...
0
votes
2
answers
886
views
Sharepoint online Search result source should be folders inside a document library
I have a library with 7 folders. I want to include the results of my search from 4 folders only not all of the library. I need the query syntax what we need to use in search result web part as i don'...
1
vote
2
answers
118
views
Sharepoint OnlineSearch - Omit results from a result source
I want to get all the search results from the tenant except from a specific result source in SharePoint Online. Is it possible?
2
votes
1
answer
66
views
Issue with Custom Search Results Page
So I have an SPO tenant I've set up with a few custom Search Verticals. Both of them are based on a specific content type.
Both these CTs are created in the root tenant site collection and used ...
2
votes
1
answer
2k
views
SharePoint 2013 exclude few documents from search
How to exclude specific documents from search rather than entire document library?
Search is configured for all sites and I want to exclude specific documents from search in some of sites.
0
votes
0
answers
868
views
Sharepoint 2013 - Search crawl errors
I have a search crawl errors - I have more errors than successes. The files I am looking for are from document libraries and the main error is The first attempt to crawl this object failed. Another ...
0
votes
1
answer
772
views
How sharepoint Search chose which fields to be shown inside the default display template for the list items
I am working on a sharepoint server 2013. and i have a list which contain the following built-in fields:-
Title
Description
and so on....
now when i search for list items i always get this display ...
1
vote
1
answer
121
views
Code behind search API results in SharePoint online
I am using REST call to query a result source and fetching the results based on the search word. But it tries to absolute match the results. What I mean is if I search for Test. it gets me results ...