Hello,
Does anyone know how to make an exact match against the Lucene index in Dw? In an exact match the syntax is like this:
title:"The Right Way" AND text:go
But I cannot get the quotes to reach the index query... I have even tried to make my own: ExactCriteria, but the "Compile()"-method is never called.
Best regards, Anders