tutorbookapp / old-tutorbook

Source available code for Tutorbook's progressive web app (PWA).
https://tutorbook.app
Other
13 stars 10 forks source link

Fix Algolia search index error for past appts that are too big (get rid of repetitive data) #176

Open nicholaschiang opened 4 years ago

nicholaschiang commented 4 years ago

Fix Algolia search index error for past appts that are too big (get rid of repetitive data)

Some of our past appointment objects are too big for Algolia to index them. We'll probably fix this along with #44 because that'll reduce the size of the for and fromUser and toUser and attendees fields.