agile-learning-institute / mentorHub-mongodb

Mongo Database for Institute system
2 stars 3 forks source link

Moved indexing information into config objects. #83

Closed FlatBallFlyer closed 9 months ago

FlatBallFlyer commented 9 months ago

Ran into a problem with the standard name index, and we need to support more than 1 index, so I moved indexing into the collection config files and updated the applySchema code to iterate a list of indexes.