Search

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

Let's search! Sure core search is used on lots of sites, but it is no longer the only option, nor the best. This group is now open for all search discussions. Apache Solr, Search API, and 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

Announcing next Search API D8 Sprint - 13-15th of June in Belgium

Start: 
2014-06-13 09:00 - 2014-06-15 18:00 Europe/Brussels
Organizers: 
Event type: 
Sprint

Wow, what a couple of intense weeks for the Drupal 8 initiative for porting Search API. There were many improvements made lately and we hope to properly explain them all to you but for now I want to shout out a couple things. First and foremost I want to thank everyone in the community!

It's time for another sprint on Search API and this time it will be held at the Intracto offices during the 13th till the 15th of June. Intracto has been so kind to not only sponsor the project with money but also offer their location as a sprint location for 3 full days.

Location
Intracto Group nv

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
jhodgdon's picture

Core Search in Drupal 8

The Search group on groups.drupal.org has been pretty quiet lately... But actually, a lot has been happening in the Core Search module for Drupal 8, and I realized maybe I should make a post here. Please read on, we can use some help! (And, things are much better than they have been for Search in past versions of Drupal Core!).

So... I just wanted to draw your attention to a few developments:

Maintainers!

Read more
Nick_vh's picture

(Solr) Search in Drupal 8 - Part 2

Drupalcon : Further Discussion on architecture (27 Sept 2013)

This discussion is purely on what we could do with Search API to solve these issues. The previous discussion (See : https://groups.drupal.org/node/327723 ) was more about what both projects could share.

Read more
Nick_vh's picture

(Solr) Search in Drupal 8

On Tuesday, 24th of September we had a birds-of-a-feather session about Solr in Drupal 8 and there was an attendance of around 8-10 people. Also all the module maintainers were present in this meeting so it was perfect to have a productive meeting, which it also was.

We discussed the following topics

Changes in Drupal 8 core to the search module in core.
Possibilities to have a generic connector for Solr.
Query Class
Document Class
Indexing logic
Schema files
Views query plugin
Indexing logic and why queue is not a good option for indexing items to your search

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
dealancer's picture

Support for a entities with a long name

Currently name of entities that could be indexed is restricted by a 16 chars. This could occur cause of performance restrictions, however this does influence on a module developers which want to integrate their entities with a Drupal Core Search.

Here is a patch that solves a problem, please review: http://drupal.org/node/1425622#comment-5615740.

I am not sure how this depend on a Drupal performance. Let's discuss it here.

Read more
pinkonomy's picture

How to make this kind of searches?

Hi,
I want to replicate the search functions of this site http://www.zocdoc.com/ .

1)First,on the front page I want to have a drop down list to select from,as on the site the
"Find a doctor or dentist specialist" drop down select list
2)At the bottom of the page I want to filter by taxonomy terms for example By City etc.
3)By name as here http://www.zocdoc.com/directory .Eg with a search box.

How can I replicate these 3 kind of searches?
Thanks in advance,I would be grateful for every answer

Read more
danielnolde's picture

Make Search API work with Entity Translation(s)

The Entity Translation module is the latest and greatest way to manage multilingual content in Drupal. However, no Drupal search solution currently supports the field based translation it is built on. We'd like to share how we solved this challenge, made field based translations searchable and came up with the brand new Search API Entity Translation module.

Search API Entity Translation is a minimalist approach of making multilingual content managed via entity translations searchable via Search API.

Read more
cpliakas's picture

How can we leverage WSCCI in the core Search framework?

In the D8 Search core conversation at Drupalcon London, we discussed the following high level actions items (listed in no particular order) that are quick wins and would hopefully improve the underlying Search framework in D8 and alleviate some of the maintenance overhead.

  • Allow for multiple search pages per module
  • Remove menu tab assumption
  • Make the preprocess code language / type aware
  • Make the highlighting code pluggable
  • Make default operator to "OR", start to explore making the parser pluggable.
Read more
cpliakas's picture

Bye Bye, Search Lucene API!

Search has been a passion of mine for some time now. In many ways the Search Lucene API module was my introduction to Drupal and helped me understand and love the platform. Therefore I am somewhat sad to announce that Search Lucene API has reached "end of life".

Read more
cpliakas's picture

A search manifesto

It is an exciting time for Drupal search. Thanks to jhodgdon, the search community is finally communicating with each other. Looking at projects such as Search API Facet API Integration, we are actually starting to collaborate as well. With collaboration comes healthy and welcomed differences of opinions, but in order to keep discussions productive we must be working towards common goals.

Read more
picxelplay's picture

5 sites on the same machine using one java machine?

I have 5 independent sites on one machine. I also have another machine running just Java. How can I get all 5 sites to use the same 1 java machine for Solr? Would I install Solr 5 times for each of the sites? Would each Solr instance be installed in each of the sites /home directory; instead of say /usr/local/share. When the apachesolr.modules are installed on each site, how would I have it recognize just it's own instance and not the other 4? Or is there a better way to do this?

Read more
marvil07's picture

Plain text for fields

While I was trying to beat one the oldest opened issue on xapian module IIRC: Index uploaded files, I end up figuring out that it could be useful to have a way generate a plain text representation of any field.

So, I have started a sandbox that have enough code to get a plain text version of file fields: Plain.

Read more
cpliakas's picture

Introducing Facet API

The Problem

The search community is fragmented. The problem stems from a core search module that doesn't facilitate third party backends, so each project is forced to solve similar problems in slightly different ways. Each contributed module has its own isolated sub-community, which is detrimental to Drupal as a whole.

Read more
popendos72's picture

Search and Taxonomy

I am using Drupal 6 and am trying to figure out this mind-twisting functionality.

User can search for a taxonomy term. Selecting one of the available results will bring up a new node to create content with the taxonomy term already pre-selected as one of the fields.

Read more
wrburgess's picture

Inserting or prioritizing results (or actions) for specific searches

I am using Drupal 6 and I'm looking to answer two questions. First, the scenario:

I have a project where there are a handful of search terms that we want to "take control of" and insert logic to either prioritize results or redirect users off of the search page and onto a specific page. For most other searches, we just let the Drupal search process continue as normal.


Read more
Robin Monks's picture

Apache Solr Pages

As part of a recent client project at PingV, we needed to develop a method to display search pages with predefined filters that would display results instantly, without the need to enter a query – and without limiting the end users from further filtering the results on their own. Currently, Apache Solr doesn’t provide this level of customization, so it was necessary to build a custom implementation. I decided to use the Search API page module as a starting point and borrowed heavily from that implementation, removing Search API-specific functionality and adding in the ability to use filters.

Read more
esbon's picture

Current drupal site search functionality

Hi, can someone please let me know how the current drupal search is built? Is using drupal's core search or views or something else?

Thanks

Read more
Subscribe with RSS Syndicate content

Search

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week