You are here

README.txt in Search Restrict 6

Same filename in this branch
  1. 6 README.txt
  2. 6 search_restrict_apache_solr/README.txt
Same filename and directory in other branches
  1. 6.2 search_restrict_apache_solr/README.txt
********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: Search Restrict Apache Solr
Author: Robert Castelo <www.codepositive.com>
Drupal: 6.x
********************************************************************
DESCRIPTION:

Restrict by role who can search for each content type when Apache Solr is being used.



********************************************************************
PREREQUISITES:

Apache Solr Integration module (Drupal core).



********************************************************************
INSTALLATION:

Note: It is assumed that you have Drupal up and running.  Be sure to
check the Drupal web site if you need assistance.  If you run into
problems, you should always read the INSTALL.txt that comes with the
Drupal package and read the online documentation.

1. Place the entire module directory into your Drupal directory:
   sites/all/modules/
   

2. Enable the module modules by navigating to:

   administer > build > modules
     
  Click the 'Save configuration' button at the bottom to commit your
  changes. 



********************************************************************
USAGE:

On the configuration form of each each content type set the role(s)
that can search for nodes of that content type.


********************************************************************
TO DO

Write tests


********************************************************************
ACKNOWLEDGEMENT




File

search_restrict_apache_solr/README.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: Search Restrict Apache Solr
  5. Author: Robert Castelo
  6. Drupal: 6.x
  7. ********************************************************************
  8. DESCRIPTION:
  9. Restrict by role who can search for each content type when Apache Solr is being used.
  10. ********************************************************************
  11. PREREQUISITES:
  12. Apache Solr Integration module (Drupal core).
  13. ********************************************************************
  14. INSTALLATION:
  15. Note: It is assumed that you have Drupal up and running. Be sure to
  16. check the Drupal web site if you need assistance. If you run into
  17. problems, you should always read the INSTALL.txt that comes with the
  18. Drupal package and read the online documentation.
  19. 1. Place the entire module directory into your Drupal directory:
  20. sites/all/modules/
  21. 2. Enable the module modules by navigating to:
  22. administer > build > modules
  23. Click the 'Save configuration' button at the bottom to commit your
  24. changes.
  25. ********************************************************************
  26. USAGE:
  27. On the configuration form of each each content type set the role(s)
  28. that can search for nodes of that content type.
  29. ********************************************************************
  30. TO DO
  31. Write tests
  32. ********************************************************************
  33. ACKNOWLEDGEMENT