Ryan Smith
Ryan Smith
Hi @jbiancot, not sure how that last index got added, but it's not correct according to [our migration code](https://github.com/LearningLocker/learninglocker/blob/master/cli/src/commands/v2-migrations/20171122100800_common_indexes.js#L50) or [our documentation](http://docs.learninglocker.net/guides-indexing/) and it's that index that will be causing...
Yeah you need to remove that 2nd index you have and create the one from the documentation. I'm a little concerned that you may have other incorrect indexes, it's unclear...
Yeah so the index wasn't created because duplicates already exist now because the index was incorrect before. If you're not using the xAPI Activity Profiles API, you may find it...
I really couldn't think of a better title for this issue, sorry.
Brilliant, thanks @garemoko, this is exactly how I understood it. Perhaps it should be re-ordered slightly like this: > For filter parameters which are not time or sequence based (that...
Okay, yeah no worries.
Interesting, thanks for that @caperneoignis 👍
Agree that we should ideally retry later for almost anything that isn't a 400 error. Regarding the storage of whole statements, are we actually able to do that in the...
Yeah agree we should have a clearer error for this.
@mlynn-lp yeah a util sounds good 👍 do you think the following code is functionally equivalent to the code above? ```php $userid = $event->userid == 0 && isset($CFG->siteguest) ? $CFG->siteguest...