try {
      const userInput = this.data.q;
      // let luceneQuery = '';
      // fields.forEach((f) => {
      //   if (userInput.startsWith(`${f}:`)) {