@esteban-constante I'm not too good in js and am trying to plug in angular as frontend and use nodebb api for integrating with one of our existing applications. But angular scopes are not recognized in nodebb. Can you please suggest me some links/posts to get started with nodebb development? I'm not able to understand the flow of the application.
getSortedSetRangeByScoreWithScores
-
I want to build a plugin that list least used tags for admin to remove/ban
but the database seem to be missing the functions:
- getSortedSetRangeWithScores
- getSortedSetRangeByScoreWithScores
only the Rev version is present:
- getSortedSetRevRangeWithScores
- getSortedSetRevRangeByScoreWithScores
the non-Rev version don't have WithScores
is there a reason behind this? or, am i missing something?
-
@lpeachl As far as I know, there is no reason it has to be this way. The
rev
method was chosen because I needed it for groups pages (getting the most recent posts from any user inside of a group).You can submit a pull request to add in the non-rev variety if you'd like