Search API

Events happening in the community are now at Drupal community events on www.drupal.org.
vezir101's picture

Search API çalışmıyor

Web sitemde facet api ile ürün listeletmek istiyorum. Ancak search api çalışmıyor.
admin/config/search/search_api
hem menüden hemde adres çubuğuna yazarak denedim ulaşmadım.
Sistem D7
Kurulu Moduller (Hepsi aktif)
Entity Api
Pathauto
Search api
search api data base
Facet api
Facet api pretty

Modul kurulumlarında bir problem olmadı. Yukarıda yer alan moduller aktif durumda.

Read more
juanramonperez's picture

Listar nodos duplicados con campos multi-valued con Views + Search API

Hola a todos,

Tengo el problema inverso al que suelen tener la mayoría, necesito que se muestren nodos duplicados para un content type con campos multi-valued en una view, teniendo en cuenta que es una view hecha con Search API + Search Views.

Con un ejemplo queda mas claro:

Tengo el siguiente nodo
Titulo: Palillos de bateria
Categorías: (taxonomy term, campo multiple) Percusión, Accesorios.

Y en la vista quiero que se liste de la siguiente manera

Row 1
Titulo: Palillos de batería.
Categoria: Percusión

Read more
prash1485's picture

Search API with from/to dates filters

Hello Experts,

I want to develop a search box with dates filter similar to this one. http://www.makemytrip.com/hotels/

Just need a box that will autocomplete list of nodes and taxonomy terms. Additionally from and to dates filter using dated that are added with dates api.

Tried a complete combo with Search API, Search API, Autocomplete, Search API date etc. but no luck as of now. Tried applying the available patches but still no luck.

Please let me know if someone has already implemented this or one can quickly take this job. I am ready to outsource.

Thank you in advance

Read more
xan.ps's picture

Elasticsearch module for Drupal 8

Hi,
This is Prateek and the post is to announce the successful creation of a basic Elasticsearch module for Drupal 8 as part of my GSoC '14 project. I've also uploaded a video tutorial on setting up this module. It's still under development and will be enriched and updated with time along with the addition of more features.

Currently, one may install the 8.x-1.x branch and use it for indexing and searching through Search API backend. Please report any issues you may come across.

Read more
k_zoltan's picture

Neo4j - storing relation of entities - how to

Use case:

We are working on a project where entities are cross linked. My question is how would it be the best to store these relations.

Entities:
-person
-company
-skill
-job

Relations:
Friends:
person < - > person

CV:
person < - > skill

Working at:
person < - > company

Jobs available:
job < - > company

Skills needed for a job:
job < - > skill

Problem/Motivation

to find the best matching job (that require skills that you have) from the companies where your friends and friends-of-friends work at.

Proposed resolution

Read more
Pontus Rosin's picture

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 more
nick_vh's picture

Help us fund the port of Search API Drupal 8

Feedback wanted here :
https://www.drupalfund.us/project/help-us-fund-port-search-api-drupal-8

Pledges would also be really appreciated!

Introduction

Search API in Drupal 8 had a massive interest during Drupal Dev Days in Szeged, Hungary. Now this week ended (or almost ended at the time of this writing) we are looking to organise at least 2 more sprints to get Search API in a stable state for Drupal 8.

With the news that the Apache Solr module & Search API Solr module will merge, this sprint is beneficial for everyone that is using search on their website.

Read more
Kuriakose Kurian's picture

Drupal site search using Search API (To search user data and page content)

Hi all,

Please see the functionality below which I’m looking for, any help is really appreciated.

“The search functionality on my website needs to search the website pages as well as User personal information (first name, last name, email etc). As Drupal core don’t search the user personal information, I have implemented the Search API. The search is working fine, if I’m using two separate pages. But I would like to have a single search box (similar to core search) on website and user can able to search Node index and User Index from a single search box. ”

Detailed Information:

Read more
pirex360's picture

Search API : Exportar ou Clonar

Boa Noite,

Mais uma vez...aqui vai uma dúvida...existe algum módulo que faça Export ou Clone a Search API do tipo Index no Drupal ?
Eu possuo um search que funciona bem a nível global do site...mas agora quero limitar a certos conteudos e criar vários Search's para cada tipo de conteudo, para tal...bastava clonar o Index existente e mudava-lhe os campos...isso é possivel ?

Obrigado.
J.Pires

Read more
nathan_czh's picture

Search 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';

Read more
Subscribe with RSS Syndicate content