SharePoint search on Ranking - search

I have a SharePoint Site in a list there is column called category, while searching accross the site if the search keyword found in Category then the result should come on the top of the search result.

Related

SharePoint search query refinement to return results where email exists

Is there way to filter SharePoint people search results to exclude results with no email using refinement filters? I have tried WorkEmail:string("#") but that does not work.

Google Analytics site search catagory parameter

How can I use my site's search string with GA's site search 'category parameter'?
/access-shop/product-search/#?PageSize=10&SortBy=_score&Descending&CurrentPageNumber=1&Keyword=test
I have identified 'Keyword' as the 'query parameter' and tried '/access-shop/' as the category, but GA reports category (not set).
What I'm attempting is to get reports of what search terms are being used in various search pages. We have four distinct search areas on the site.
Thanks heaps!
On the query parameters, Keyword should be separated by a coma instead of a dot.

Sharepoint pages with information from related lists

I have a site with a number of lists that are related through various lookup columns. I would like to create a page that shows items (from the different lists) that have a certain lookup value in common. What are the possibilities for this kind of thing in sharepoint 2013.
I guess I'm looking for something similar to a database select: "select * from listA, listB, listC where columnValue = "givenValue";"
Regards!
Have a look at the content query webpart
https://support.office.com/en-us/article/When-to-use-the-Content-Query-Web-Part-or-the-Content-Search-Web-Part-in-SharePoint-346a0f48-38de-409b-8a58-3bdca1768929
This should still be valid for SP2013:
https://support.office.com/en-us/article/Display-data-from-multiple-lists-with-the-Content-Query-Web-Part-d560f477-8fc1-4258-aeb2-70aa932e07da

Sharepoint people search - sort alphabetically accross pages

I have a Sharepoint 2007 MOSS People Search webpart, used with a Paging webpart to display search results of people.
The people search webpart displays results alphabetically on each page. But the results are not sorted alphabetically across pages.
Does anyone know anyway to acheive an alphabetical sort of people results accross pages, by changing the XSLT for e.g?
Many Thanks,
Nav
Anything that works across pages has to be part of the search query, not the xsl. I think you only have relevance and social distance as sort options on the out of box search web parts, though it may be possible to get custom ordering using sql search syntax - possibly from the advanced search box.

sharepoint showing all linked items to an item in a list

In sharepoint 2007 , i have created three list
category
authors
books
all book belong to a author and all author belong to a category. i have done this by creating a column in authors list which has a lookup to select categories. so that while creating new item in the list author we can select category . similar thing is done in books list for authors.
i have created a web part page which displays all three list one below other.
how can i perform filtering such in this page such that if i select any category it shows all authors and books under it ?
You'll need to use CAML to query your list. There are several samples here: Writing CAML Queries For Retrieving List Items from a SharePoint List. You'll also need to download U2U CAML Query Builder for testing proposes.

Resources