You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with Banana in order to create tag cloud related to a given collection. Unfortunately, seems that the stopwords variable declared in the file app/panels/tagcloud/stopWords.js it is not visible from the file app/panels/tagcloud/module.js. In fact, if you choose to filter stopwords in the tag cloud, you receive an error like: unable to execute indexOf of undefined.
By declaring the stopwords array in the module.js file you should solve the problem. What do you think should be the best solution for this problem?
Thank you!
Alessandro
The text was updated successfully, but these errors were encountered:
Hi there,
I am working with Banana in order to create tag cloud related to a given collection. Unfortunately, seems that the
stopwords
variable declared in the fileapp/panels/tagcloud/stopWords.js
it is not visible from the fileapp/panels/tagcloud/module.js
. In fact, if you choose to filter stopwords in the tag cloud, you receive an error like:unable to execute indexOf of undefined
.By declaring the
stopwords
array in themodule.js
file you should solve the problem. What do you think should be the best solution for this problem?Thank you!
Alessandro
The text was updated successfully, but these errors were encountered: