Nodereview uses varchar(255) for its tag size, while votingapi limits the length of this field to varchar(64). That means that, since nodereview merges the values of votingapi & nodereview by this field in the nodereview_load function, no scores are retrieved for terms longer then 65 characters.
The attached patch fixes this (as long as the first 65 characters are unique for each term).
| Comment | File | Size | Author |
|---|---|---|---|
| votingapi-tag-max-65-chars.patch | 1020 bytes | robin van emden |
Comments
Comment #1
danielhonrade commentedcommitted, thanks