-
-
Save YoussefLagtab/cdf5df95403c74aa13ddb83e720a92fd to your computer and use it in GitHub Desktop.
Filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
category: ObjectID | |
race: ObjectID | |
destination: ObjectID | |
categoryType: ObjectID | |
ageMin: Number | |
ageMax: Number |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: ObjectId | |
harvest: Boolean (all if not specified) | |
harvestDate: Date |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
specie: ObjectId | |
variety: ObjectId | |
graft: ObjectId | |
ageMin: Number | |
ageMax: Number | |
certified: Boolean (all when not specified) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
postType: animal/VF/plant/oil/forage | |
page: Number (starts at 0) | |
pageLimit: Number | |
sortBy: time/price | |
sortOrder: ASC/DESC | |
status: pending/... | |
priceMin: Number | |
priceMax: Number | |
priceNegotiable: Boolean (cancels price range) | |
quantityMin: Number | |
quantityMax: Number | |
unit: ObjectId | |
seller: ObjectId |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
category: ObjectID | |
culture: ObjectID | |
variety: ObjectID | |
packaging: enum packaging | |
harvestStatus: enum harvest status | |
seedType: enum seed type |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment