Posted on 19/05/2025 12:30:53
Hi Adrian
Technically they are there - but the input fromt he frontend goes through the queryparser and if you have e.g. an analyzed field, the search term will also get analyzed which will remove the specical characters. So as it is now, you cannot use these in e.g. querystring ?q=bike and use ?q=bik* - because our use of Lucene will take over.
You can do some in e.g. sorting: SortBy=-NameForSort or SortBy=NameForSort which will reverse the result.
If you really want to play with it, you can query the lucene index your self - bypassing the queries in DW.