WormBase / wormicloud

Interaction data analysis with word clouds
2 stars 0 forks source link

add double quotes around inserted keywords by default #23

Closed valearna closed 4 years ago

valearna commented 4 years ago

Right now if the user enters more than one word in a single query box (e.g., 'positive' and 'result') the search is performed with the default lucene engine, which searches all documents containing 'positive' OR 'result'. By adding double quotes we want to force lucene to search for the sentence 'positive result' (since the two words are entered in the same box and not in separate ones).