Using other special characters in fulltextsearch query builder is not return any results.
Hello!
I have a content fragment which has a title property of:
Now I have here a query :
http://localhost:4502/bin/querybuilder.json?1_property=jcr:content/data/cq:model&1_property.0_value=/conf/mchp/settings/dam/cfm/models/reference-designs&1_property.p.or=true&2_group.0_path=/content/dam/mchp/content-fragments/reference-designs&2_group.p.or=true&3_property=jcr:content/data/master/processorFamily&4_property=jcr:content/data/master/functions&5_property=jcr:content/data/master/markets&group.0_fulltext=Qi®*&group.0_fulltext.relPath=jcr:content/data/master/@title&group.p.or=true&orderby=@jcr:content/jcr:lastModified&orderby.sort=desc&p.facets=true&p.limit=10&p.offset=0&type=dam:Asset
But somehow it's not returning any result when fulltextsearch is = "Qi®*"
But it returns a result when fulltextsearch is = "Qi®"
But I need to make it dynamic and needs to have '*' at the end of the string always (or is it required?).
Need some help.