Turbocharge your Search API Solr Search setup - free webinar 12/6
In this webinar Thomas Seidl (aka Drunkenmonkey) will show how you can turbocharge your Search API Solr Search setup with Visitors Voice Free - a new SaaS that lets you add, remove and reorder the hits exactly the way you want them. Thomas will also answer to questions you might have regarding Search API in general.
Read moreSearch API, Views and Services API
I am trying to use search API with the REST API provided with services. I have a view(as described below), a search index which indexes nodes, and a service endpoint. When i use the browser to directly access the view, the results are correct, but when I send a get request to the rest endpoint, I get something like
[
{
"price": null,
"description": null,
"title": "",
"image_url": "",
"company": "",
"hot_deal": null,
"nid": "0",
"name": "",
"uid": "0",
"html": null
}
]
The view:
$view = new view();
$view->name = 'search_products';
Extended search page
Hi,
I ve coded a couple of modules based on search api.
The goal is to provide a page like the default "Find content" but on top of scalable technology for sites with huge amounts of nodes.
Extended Search Page
Create custom search page with index filters.
So this module support solr and mysql through Search API and uses entity metadata to discover objects fields.
Extended Search Admin
Replace the default content admin overview with an extended search page.
I ve tested the module against a solr index : that does the job !
Read more
