Is this restriction on file length really necessary?

Chris

Comments

socialnicheguru’s picture

I get this for node for the first and fourth options on the similarity page. I don't have search enabled.

chris

realOFF’s picture

Same issue here. These are the options I have:
O Node: Search similarity
O Node: Terms
O Node: Voting
O Taxonomy: Similar Terms

First and last one won't be accepted due to the 10 character limitation.
"Node: Terms" isn't generating any Similarity (the database table remains empty).
"Node: Voting" is generating some errors on every cron run due to a table and it's PK already existing.

So this module, is pretty much not working for me.

bdimofte’s picture

I'm not sure about the status of the module, so I ain't attaching a patch for this, it's a quick one: just set a higher value at line 305 in similarity.module, where it says '#maxlength' => 10, :)