You are here

README.txt in Extended search page 7

Extended Search Page
--------------------

The goal is to provide a page like the default "Find content" but on top of scalable technology for sites with huge amounts of nodes.
So this module support solr and mysql through Search API and uses entity metadata to discover objects fields.

The module uses the search api pages (see below).

Features
--------

 - fulltext index are searched through a text input 
 - non fulltext index can be used as filters (like in the content page) in the search page form
 - you can choose a form widget for each filter
 - you can specify default value for filters (even if filter is not displayed)
 - each search page can have a dedicated search form block
 - thoses widgets are shown in the search page and managed by URL (vs session for SEO)
 - suported fields : boolean, date with date_range, node_reference (with mono term select)
 - widgets support can be extended by a hook


Test
----

I've done test against solr index.


TODO
----
Field/CCK widget integration for entity_reference (ie a lighbox node browser)


Requirement
-----------

Module search_api : http://drupal.org/project/search_api 
Module search_api_page


Mainterner
----------

David Berlioz aka quazardous
http://drupal.org/user/399916

File

README.txt
View source
  1. Extended Search Page
  2. --------------------
  3. The goal is to provide a page like the default "Find content" but on top of scalable technology for sites with huge amounts of nodes.
  4. So this module support solr and mysql through Search API and uses entity metadata to discover objects fields.
  5. The module uses the search api pages (see below).
  6. Features
  7. --------
  8. - fulltext index are searched through a text input
  9. - non fulltext index can be used as filters (like in the content page) in the search page form
  10. - you can choose a form widget for each filter
  11. - you can specify default value for filters (even if filter is not displayed)
  12. - each search page can have a dedicated search form block
  13. - thoses widgets are shown in the search page and managed by URL (vs session for SEO)
  14. - suported fields : boolean, date with date_range, node_reference (with mono term select)
  15. - widgets support can be extended by a hook
  16. Test
  17. ----
  18. I've done test against solr index.
  19. TODO
  20. ----
  21. Field/CCK widget integration for entity_reference (ie a lighbox node browser)
  22. Requirement
  23. -----------
  24. Module search_api : http://drupal.org/project/search_api
  25. Module search_api_page
  26. Mainterner
  27. ----------
  28. David Berlioz aka quazardous
  29. http://drupal.org/user/399916