You are here

README.txt in Apache Solr Panels 7

Same filename and directory in other branches
  1. 6.3 README.txt
  2. 6 README.txt
/* $Id: README.txt,v 1.1.2.2 2011/02/06 01:34:46 ximo Exp $ */

-- 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
* Adam Bramley (acbramley) - http://drupal.org/user/1036766

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