Description
I'm testing the 3.2.0-beta.1 and ran into the following error, `this._data._boost is not a function`, when using a boost for an FTS query.
Every query type uses boost and therefore has this issue. I've included 3 screenshots showing the code throwing this error. Every other item on `this._data` is a property but boost is set as a function which is causing the error.