Skip to content
#

paginate

Here are 95 public repositories matching this topic...

maxgardner
maxgardner commented Feb 16, 2018

Hello! This project is great. Thank you for working on it and maintaining it!

I did run across a potential issue while using Autopages. The documentation says to omit any sections you don't want to enable auto-generation for, but it seems that if you enable it for one, you must explicitly disable it for the other available sections. Apologies if this is intended behavior and I've misread the do

cybercoder
cybercoder commented Apr 2, 2020

This is My Post Schema:

import mongoose, { Schema } from 'mongoose';
import mongoosePaginate from 'mongoose-paginate-v2';
import mongooseAggregatePaginate from 'mongoose-aggregate-paginate-v2';
import mongooseAutoPopulate from 'mongoose-autopopulate';

const PostSchema = new Schema(
  {
    author: {
      type: Schema.Types.ObjectId,
      ref: 'User',
      required: tr

Improve this page

Add a description, image, and links to the paginate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the paginate topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.