I've got a search page here:
http://freerange.raisingofamerica.org/resources
It shows the results summary when the page first loads:
"Found 44 resources related to your search. Use filters above to narrow results."
When I search for something, the total results summary disappears. It just says, "Use filters above to narrow results." I want it to show me how many results I got from the search.
Any ideas? What am I doing wrong?
Related
How can we hide promoted results for a particular search results page. This page shows results from a particular list and I do not want to show best bets on this page which are from other location.
If you check out this reference:
https://support.office.com/en-us/article/Change-settings-for-the-Search-Results-Web-Part-40ff85b3-bc5e-4230-b1dd-f088188e487e
you will see that Promoted Results is an option you can turn off in the Results Settings of the Search Results WebPart.
In my website i use the seajax pivot viewer to view a large amount of images. So to not search endlessly long for the picture i need i usually use the search box in the view to filter on a specific property of my collection. Now when i press enter it works perfectly and it filters my collection. I could however be possible that multiple properties have the same value so to further filter my search i use the filters beneath the search box. This also works fine.
Now for my question: Is it possible to open such a filterbox after i press enter, so that the specific values for a certain property are shown?
I already took a look at it and i belief that i need to do it in the pivot viewer js, however i cannot find the right way to do it. I could not find anything on stackoverflow about it.
Thank you in advance.
I have a Lotus Notes database in which a view shows up empty, BUT when i do a search (using basic notes search functionality), it returns some documents. How can this be possible? Also how to make those documents show up in the view.
I tried updating the Readers field of the documents, but that also didn't worked.
Please help.
There is very high probability your view shows response documents, but not their parent/main document. Response hierarchy is ignored after FT search, therefore they show up.
Simply, turn off "Show response documents in a hierarchy" in view properties or rewrite selection formula.
First check if the view is actually empty. You could have documents in the view, but because they don't have fields that match the columns they won't be visible.
Double click on a blank spot where a document should be, or CTRL-A (Select All). Alternatively page down a number of times, as the documents you are finding may be lower down.
I would recommend then to check the Search criteria of the view in question that you are not accidentally pulling in documents that are not meant for that view.
If that doesn't work (which I have never seen to be honest), the full text index search works as follows.
Make a call to the FTI folder with the search term.
Gets a list of documents that match the search.
Discards the documents on that list based on the following.
Is the user allowed to view the document?
Would the document appear in the view under normal circumstances?
Has the document since been deleted?
(Forth reason escapes me, will look it up)
It then displays those documents in the view.
So in short, the full text index search will never show documents that cannot already be shown in the view.
Beyond that, a possible corrupted view index. You can run "UPDALL -v" on it to rebuild the indexes.
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/topic/com.ibm.help.domino.admin85.doc/H_UPDALL_OPTIONS_3277_STEPS.html
We are using SOLR as our search engine. When I search for a product, say "computer", the filters on the left side only shows the filters for the results of the current page.
Suppose I have 35 IBM computers and 15 TULIP, my page would display only 10 products per page. I would have 5 pages then. The first two pages, maybe only have IBM computers, then IBM and Tulip, and then only Tulip.
The thing is, when I am on page 1, the filter "Brand" on the left side only shows the option to filter by "IBM", because that's the only brand on the page.
How can I make sure that the brand from all the search results are used to display the brand filters.
In the end the problem was a function getIsEngineAvailableForNavigation() which can be found in /app/code/core/Enterprise/Search/Helper/Data.php.
The price tax check was causing our problems.
I have a search people search page that makes use of RefineSearchResults where I can define which field I want the search refined by. This is setup and works to some extent, but I am experiencing problems whenever the column contains values with spaces in it.
Say I wanted to refine the search by OfficeNumber (from AD, not really a number) and I choose to refine the search by "Main" it works just fine, I only get people who have that OfficeNumber. However, if I try to refine the search by "Next door" I get no results and in the search box it shows: officenumber:Next door, which seems to indicate that it searches by Next instead of Next door, but I can't make any group markers such as " stick - it's gone when I hit enter.
Is there any way to fix this so that it can refine the search by values with spaces in them?