Posted by basvredeling on March 24, 2010 at 5:11pm
2 followers
Jump to:
| Project: | Extractor |
| Version: | 6.x-1.0-alpha2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
I've created a patch to configure the maximum amount of terms searched by the extractor. This is currently hard coded. Right now, if you have a vocabulary with more than 2000 terms you can't properly search for each term. This patch adds a configuration option on the extractor admin settings page and a variable in the extractor_simple.inc which defaults to the current 2000 but can be overriden. Furthermore, there is a small validation of the entered value to check that the term count is a numeric integer value.
| Attachment | Size |
|---|---|
| patch.txt | 2.96 KB |
Comments
#1
Looking very good. RTBC.