Skip to content

Commit

Permalink
small text tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Mar 27, 2024
1 parent 7e18be0 commit 3d2b2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ this.setupTour = function() {

tour.addStep('tune', {
title: 'Tune Relevance',
text: `This is where all the magic happens!<br />If you are not familiar with how this work, read the <a href="http://quepid.com/docs/#tuning" target="_blank" title="Knowledge Base">Tuning Relevance</a> section in the Knowledge Base.<br />TL;DR: always make sure this <code>#$query##</code> exists somewhere.<br />Let\s make change this up and see what happens.<br />If you are using Solr, change the query sandbox to: <code>q=#$query##&defType=edismax&qf=title overview</code><br />, to <code>{ \
text: `This is where all the magic happens!<br />If you are not familiar with how this work, read the <a href="http://quepid.com/docs/#tuning" target="_blank" title="Knowledge Base">Tuning Relevance</a> section in the Knowledge Base.<br />TL;DR: always make sure this <code>#$query##</code> exists somewhere.<br />Let's change this up and see what happens.<br />If you are using Solr, change the query sandbox to: <code>q=#$query##&defType=edismax&qf=title overview</code><br />or to <code>{ \
"query": { \
"match": { \
"title": "#$query##" \
Expand Down

0 comments on commit 3d2b2d7

Please sign in to comment.