Plone 4 : Turn Search Results into RSS feed - search

How does one turn search results in a Plone 4 website into an RSS feed?
I've looked at this link : Syndicate News Items but it seems outdated.

There a link in the Search page for just that ( "Subscribe to an always-updated feed of these search terms" ). For example:
http://plone.org/search?SearchableText=collective
the corresponding link is:
http://plone.org/search_rss?SearchableText=collective

Related

Azure search - by search term and page order

We have requirement
if i have search term - "pay"
Expected result page and their order:
1) hostname/page5
2)hostname/page8
3)hostname/page2
Could you please suggest how we can achieve this.Do i have to create some tag field in pages and add search term and their boost ranking/score respectively ?
Sample screenshot
Thanks in advance!!
Pushpendra

Teaser doesn't update in search results Drupal 7

I have a drupal 7 site with ApacheSolr search. When I edit a teaser (which is set up as "summary or trimmed") the teaser does not update in the search results. It's a particular problem for us in the people content type, as updated expert bio information doesn't refresh into the search results. As a result the teaser version that comes up in search doesn't reflect any new skills/experience. Is there a way I can force it to update node? (example: compare the text in the search results for Sivan: vs. his actual bio
Have you try to delete index and re-index it after the changes?

SharePoint 2013 Query for specific content type

I am trying to get the Search Content Web Part to display an aggregation of announcements from various announcement lists in a site collection.
I created the announcement lists using the "add an app" then "Announcements" so I am assuming that this is a list of the ContentType Announcement? I've added a new announcement to the list with a title of "this is a test".
After I have added the Search Content Web Part to a page (for test purposes a page in the same site as the announcement list) and gone to set the Query on the web part to:
ContentType:0x0104*
No results are being returned. To check that the announcement has been indexed by the crawler changed the query to:
Title:this is a test
Now two results are displayed 1 a csv and the other the announcement with a ending with ../DispForm.aspx?ID=1 .
Any help much appreciated.
Use ContentTypeId. I know that by default ContentType is shown this way, but it might be a bug. Just try ContentTypeId.

Google Custom Search retrieve all the results, is it possible?

I'm starting to use the Google Custom Search Engine in order to retrieve a temporal use of some selected word in an online newspaper.
I see that for example my result provides a total of 22000 retrieved articles. I tried to retrieve pages after the 100 index but I can't get any result.
I also tried to search directly on the google web page, but I see that after the 10 page I can't go further, so this only show me the first 1000 result at max.
Does it is possible to retrieve every single result or I've to get just only a small portion of that?
Thanks

Google-Analytics API to track Site Search?

So there's this nifty _trackPageview() api method on a tracker object, but is there a corresponding method that can be used to manually track a search? In other words, _trackPageview() reports to GA that a user hit a page. I want something like _trackSearch("terms") that would report to GA that a user searched for something.
Though not exactly what I was looking for, it seems that one can generate virtual page views to track search results programatically.
Suppose that you've set up a Site Search parameter called "q", so that when a URI is tracked that contains q=these+are+some+terms, GA will mark it as a search hit. One can use the _trackPageview() method to generate virtual search hits like so:
pageTracker._trackPageview('/custom/search?q=These+are+some+terms')
I pass search parameters by GET, so the URL for a search on "TEST" is
http://www.example.com/search?q=TEST
Selecting Content -> Site Search from my analytics account gives me a list of all keywords searched.
To learn more, check the documentation, especially the How do I set up Site Search for my profile? page.

Resources