Search

Events happening in the community are now at Drupal community events on 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.

Turbocharge your Search API Solr Search setup - free webinar 12/6

Posted by Pontus Rosin on June 6, 2014 at 10:55am

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

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

Posted by nick_vh on May 9, 2014 at 3:40pm
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
Categories:

Help us fund the port of Search API Drupal 8

Posted by nick_vh on March 28, 2014 at 3:08pm

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
Categories: , ,

Core Search in Drupal 8

Posted by jhodgdon on March 14, 2014 at 8:58pm

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

(Solr) Search in Drupal 8 - Part 2

Posted by nick_vh on September 27, 2013 at 12:07pm

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

(Solr) Search in Drupal 8

Posted by nick_vh on September 27, 2013 at 12:03pm

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
1 comment Categories:

Search API, Views and Services API

Posted by nathan_czh on February 13, 2013 at 2:46pm

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

Support for a entities with a long name

Posted by dealancer on March 27, 2012 at 1:51pm

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
Categories: ,

How to make this kind of searches?

Posted by user654 on March 6, 2012 at 9:17pm

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

Make Search API work with Entity Translation(s)

Posted by danielnolde on January 6, 2012 at 6:25pm

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

How can we leverage WSCCI in the core Search framework?

Posted by cpliakas on December 4, 2011 at 5:12pm

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
Categories: ,

Bye Bye, Search Lucene API!

Posted by cpliakas on September 29, 2011 at 4:06pm

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

A search manifesto

Posted by cpliakas on July 14, 2011 at 4:27pm

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

5 sites on the same machine using one java machine?

Posted by picxelplay on June 16, 2011 at 6:08pm

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
4 comments Categories: ,

Plain text for fields

Posted by marvil07 on June 10, 2011 at 10:18am

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
3 comments Categories:

Introducing Facet API

Posted by cpliakas on June 3, 2011 at 1:48am

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

Search and Taxonomy

Posted by popendos72 on May 28, 2011 at 2:56am

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

Inserting or prioritizing results (or actions) for specific searches

Posted by wrburgess on April 20, 2011 at 7:09pm

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

Apache Solr Pages

Posted by robin monks on March 30, 2011 at 3:48pm

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

Current drupal site search functionality

Posted by esbon on March 23, 2011 at 3:22pm

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
Categories:
Subscribe with RSS Syndicate content

Search

Group organizers

Group notifications

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

AltStyle によって変換されたページ (->オリジナル) /