guncebektas / meteor-friendly-slugs

Meteor package to generate URL friendly slugs from a field with auto-incrementation to ensure unique URLs.
65 stars 15 forks source link

Doesn't work. Doesn't form the filed named slug. #8

Closed abhisheksoni27 closed 9 years ago

todda00 commented 9 years ago

I am going to need some more information, can you paste in your collection definition and where you are defining the friendlySlugs for the collection?

bjarketrux commented 9 years ago

Existing documents are not updated automatically. Try resetting your DB meteor reset (in development) or update the existing documents: https://github.com/todda00/meteor-friendly-slugs#creating-slugs-in-bulk-for-existing-documents

todda00 commented 9 years ago

Closing this issue, feel free to comment with additional information if you would like to re-open it.