You are here

README.txt in Apache Solr Panels 6

Same filename and directory in other branches
  1. 6.3 README.txt
  2. 7 README.txt
-- SUMMARY --

Create custom Apache Solr search pages with Panels. This module exposes the
search form, search results and information about the search as panes for use in
Panels, together with blocks from the Apache Solr module. This allows for more
flexible search pages and results.

For a full description of the module, visit the project page:
  http://drupal.org/project/apachesolr_panels

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/apachesolr_panels


-- REQUIREMENTS --

Apache Solr Search Integration
  http://drupal.org/project/apachesolr

CTools with Page Manager
  http://drupal.org/project/ctools

Panels 3.8 or higher
  http://drupal.org/project/panels


-- INSTALLATION --

* Install as usual, see this page for further information:
  http://drupal.org/getting-started/install-contrib/modules


-- USAGE --

For the advanced user:
1. Create a page using the Page manager with "!query" appended to its URL
2. Assign a String context to the "query" argument
3. Add Apache Solr Search panes to the Content of the page

You may use this exported search page to help you get started:
http://drupal.org/node/1052446

Here are more thorough step by step instructions:

1. Go to Site building › Pages › Add custom page

2. Give the page a URL ending in "!query" (e.g. "solr/!query")

3. Assign the "query" argument as a String, name it "Search query" and check the
   "Get all arguments after this one" checkbox

4. Complete the remaining steps to set up your page

5. Add search elements from the "Apache Solr Search" category of the
   "Add content" dialog (click the cogwheel of a region within the Content tab)

6. When adding "Apache Solr search results", set "Search query" as its context

7. Add any of the blocks provided by Apache Solr, such as "Current search",
   filters, sorts and "More like this" (all found under Miscellaneous)


Note: Don't use the default "search-apachesolr_search" page provided by Page
      manager. It will let you down.


-- CONTACT --

Current maintainers:
* Joakim Stai (ximo) - http://drupal.org/user/88701

This project has been sponsored by:
* NodeOne
  The leading Drupal company in Sweden, NodeOne employs more than 40 drupalistas
  in Stockholm, Gothenburg and Copenhagen. Visit http://nodeone.se/in-english
  for more information.

File

README.txt
View source
  1. -- SUMMARY --
  2. Create custom Apache Solr search pages with Panels. This module exposes the
  3. search form, search results and information about the search as panes for use in
  4. Panels, together with blocks from the Apache Solr module. This allows for more
  5. flexible search pages and results.
  6. For a full description of the module, visit the project page:
  7. http://drupal.org/project/apachesolr_panels
  8. To submit bug reports and feature suggestions, or to track changes:
  9. http://drupal.org/project/issues/apachesolr_panels
  10. -- REQUIREMENTS --
  11. Apache Solr Search Integration
  12. http://drupal.org/project/apachesolr
  13. CTools with Page Manager
  14. http://drupal.org/project/ctools
  15. Panels 3.8 or higher
  16. http://drupal.org/project/panels
  17. -- INSTALLATION --
  18. * Install as usual, see this page for further information:
  19. http://drupal.org/getting-started/install-contrib/modules
  20. -- USAGE --
  21. For the advanced user:
  22. 1. Create a page using the Page manager with "!query" appended to its URL
  23. 2. Assign a String context to the "query" argument
  24. 3. Add Apache Solr Search panes to the Content of the page
  25. You may use this exported search page to help you get started:
  26. http://drupal.org/node/1052446
  27. Here are more thorough step by step instructions:
  28. 1. Go to Site building › Pages › Add custom page
  29. 2. Give the page a URL ending in "!query" (e.g. "solr/!query")
  30. 3. Assign the "query" argument as a String, name it "Search query" and check the
  31. "Get all arguments after this one" checkbox
  32. 4. Complete the remaining steps to set up your page
  33. 5. Add search elements from the "Apache Solr Search" category of the
  34. "Add content" dialog (click the cogwheel of a region within the Content tab)
  35. 6. When adding "Apache Solr search results", set "Search query" as its context
  36. 7. Add any of the blocks provided by Apache Solr, such as "Current search",
  37. filters, sorts and "More like this" (all found under Miscellaneous)
  38. Note: Don't use the default "search-apachesolr_search" page provided by Page
  39. manager. It will let you down.
  40. -- CONTACT --
  41. Current maintainers:
  42. * Joakim Stai (ximo) - http://drupal.org/user/88701
  43. This project has been sponsored by:
  44. * NodeOne
  45. The leading Drupal company in Sweden, NodeOne employs more than 40 drupalistas
  46. in Stockholm, Gothenburg and Copenhagen. Visit http://nodeone.se/in-english
  47. for more information.