TagIt

Component type

module

Maintenance status

Development status

Downloads

892

Component created

Component changed

This is a module that uses the jquery tagit plugin to enable autocomplete and freetext on a text field of your choice. The module has an interface enabling multiple tagit fields per site. This implementation of tagit requires that you provide an autocomplete url. Since drupal comes with very few autocomplete urls by default, then useful autocompletes may only be possible by creating your own, therefore use of this module may be limited by access to or ability to create your own autocomplete.

Search API Date

Component type

module

Maintenance status

Development status

Downloads

6343

Component created

Component changed

Are you stuck with date fields when you just want to search for date part only? As a developer, do you think about the complexity of searching on date time value when you need only date part?

This module provides a processor that will remove all the time part in the indexed value, therefore you can search and filter data easier as you want.

That's it, very simple. If you have any ideas to improve or to extend my module, I'm willing to hear that. Patches are always welcome.

Facetapi Field Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module aims at making facets filterable on field values stored on the facet items.

It is comparable to the "Exclude specified items" filter which is part of the facetapi_bonus module.
Exclude specified items filter lets the user exclude items based on there #indexed_value or #markup.
Facetapi field filter lets the user exclude items based on field values stored on them.
In case the field is actually a fieldable entity, any fields on that entity will be added to the list as well.

Facetapi Textfield Widget

Component type

module

Categories

Maintenance status

Development status

Downloads

2761

Component created

Component changed

This module adds a new type of widget to be used on facets.
It is displayed as a small form with only one input of type textfield and a submit button.
It implements full text searches.
It uses the “Aggregated fields” data alteration, even if only one field is being searched.
As to why, see the README.txt of search_api and search_api_solr modules.