Skip to content

Commit

Permalink
Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
irnnr committed Mar 13, 2015
1 parent e938378 commit 50a4d3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ http://localhost:8983/path/to/solr/select/?fq={!typo3access field=fieldname}perm
http://localhost:8983/solr/collection1/select/?q=title:Hello&fq={!typo3access}0,1,4,10
```

* The **field** parameter is optional and defaults to "access"
* **fieldname** is the name of the string field holding the access restrictions for a document
* The **field** parameter is optional and defaults to "access", it is the name of the string field holding the access restrictions for a document
* **permittedUserGroups** is a comma separated list of groups the user is granted access to


Expand Down

0 comments on commit 50a4d3d

Please sign in to comment.