> Too bad cannot use it as is. Could you please point me to the part of
> source code does this? I'm not very familiar with the LMS code.
If you're interested in the SQL used, you could run LMS with logging
enabled for database.sql. That should give you a good idea of the
queries being used by LMS.
BTW: the fulltext indes is optional. It's a plugin which can be
disabled. In that case you could use the same queries as LMS.
> source code does this? I'm not very familiar with the LMS code.
If you're interested in the SQL used, you could run LMS with logging
enabled for database.sql. That should give you a good idea of the
queries being used by LMS.
BTW: the fulltext indes is optional. It's a plugin which can be
disabled. In that case you could use the same queries as LMS.
Comment