Tweme
This page contains an additional information about Tweme — super lightweight responsive Twitter Bootstrap theme.
Backlog
#1883498: Menu Style
#1922138: Scrollspy offset for a fixed navbar
#1893110: make all the menus dropdown (not only main menu)
#1909726: Double encoded Menu TItles
Setting up Solr
For using the Search API Solr Search module, you first need a Solr server with the appropriate configuration files. For that, you have two options: either installing Solr on your own server, or purchasing a server instance at a Solr hosting provider.
The most important thing to remember, for both variants, is to configure the Solr server with the correct configuration files. These come packaged with the Search API Solr Search module, inside the solr-conf/ directory. Use the configuration files inside the sub-directory which belongs to the version of Solr you (or your Solr host) are using.
Using a hosted solution
Read moreSearch API Solr search
The Search API Solr search module provides a backend for the Search API which uses the popular Apache Solr search engine for storing and searching data. This handbook section documents its feature, how to set it up and some advanced features.
Extension modules
This section lists modules that add new backends, plugins or other extensions to the Search API, allowing users to add additional functionality to their sites. Creators of new extension modules are welcome to add their projects to this list, too.
This page also acts as the parent for documentation on those extension modules.
Read moreHowTos / Tutorials
This section gathers tips and instructions for achieving specific, more uncommon goals with the Search API and related modules.
Address Field
In your migration class, pass the country value (two-letter ISO country code) as the primary value (i.e., mapped directly to the field itself), and map other address values to the following subfields:
administrative_area - The "administrative area" (that is, state or province) of the address.
sub_administrative_area - The sub-administrative area of the address.
locality - The locality (city/town/village) of the address.
dependent_locality - The dependent locality of this address.
postal_code - The postal code of the address.
thoroughfare - The thoroughfare (street address).
premise - The premise (such as apartment or suite number) of the address.
sub_premise - The sub-premise of the address.
organisation_name - Contents of a primary OrganisationName element in the xNL XML.
name_line - Contents of a primary NameLine element in the xNL XML.
Read more