Shopify - Partial SKU Search - search

I'm wanting to be able to have the search functionality to be able to do the following
Example Product SKU: DPT10203
At the moment, if you search DPT10203, it will appear in the search results page with the product, but I'm wanting to be able to search for 10203 and have it search and match it to the characters in the SKU, and display on the search results.
Anybody got any ideas?

Have a look at Algolia Search app.
It will fetch you result with great speed and with most relevant and fuzzy search.

Related

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.

Basic Search Question - Searching a list and applying a filter

I have a custom list of a few thousand names of people and a few columns.
For example: FirstName, LastLast and Yes/No Column called Active.
What i am hoping to create is a custom view that by default shows no items in the columns, with a simple search box above that where someone could search for a LastName, and when they click search have the view populate with results that contain the given LastName + Only Active = Yes. I want to avoid having to teach users to use the filter option after they search.
In SharePoint 2013, are there out of the box web parts that i can add to a blank web part page or list view that can achieve this? If so, can you step me through that? Thanks!
Mike
There are several ways to approach customized search results in SharePoint.
It sounds like you most likely need to use the Content Search Web Part. The content Search Web Part allows you to append custom query text to a user's search phrase and to target specific scopes for your search. Please see this step-by-step guide to configuring this web part to search only a single list.

search term with hyphens are not searchable in sharepoint 2013

I have a search application which basically provides search services. Technically it uses SharePoint 2013 for search functionality and display the results using UI technologies. Here we have a Textbox a user can enter the search term, perform search and get the results from the SharePoint API. But the issue here his we are unable to do search the links that contains hyphens.
Example :
Scenario 1: when user texts this link in the textbox "https://cis.somedomain.com/about/pages/quality-and-risk-management.aspx" and perform search, they cannot get the search results from the SharePoint 2013.
Scenario 2 : when user texts this link in the textbox "https://cis.somedomain.com/rr/pages/assurance_sas.aspx" and perform search, they are able to get the results.
Problem : if the link contains hyphens search results are not appearing , but search results are appearing if the link contains uderscore.
Is this the limitation of the SharePoint ? do we have any configurable solution, Please help me out on this one. Thanks in advance.
To my knowledge sharepoint does not have such a limitation. If I understand you correctly, when a user performs a search for a page which has a hyphen in the URL, results do not show, however if a search is performed on a page with an underscore in the URL, the results are shown? Do you have any search result sources that could be affecting what results are shown based on the search text?

Solr result relevancy with query filter boost

We have implemented Site search for our project. Nutch is used for crawling the content of the site.
Currently, we have all the records being crawled and indexed in SOLR and the search functionality works for any keyword search.
Issue we are facing is the search result relevancy, we are not able to perform boost on fields and show the result.
For example, we are indexing the fields title, description, keywords, URL and content.
When I search for any keyword “XYZ”, all the records with this keyword are displayed based on the term frequency.
However, when I give boost to the field title in query filter-
a. Title^5 – search results are displayed which has the keyword in title, but it is not picking the records with “XYZ” in content.
b. Title^5 content^1.1 – in this scenario, search results are not displayed based on the title relevancy, and the default term frequency behavior is noted.

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.

Resources