i am new on Solr theme. I need to know how I can search records at solr but using the field title where start with two words and then wilcard. For example when i search on SQL command I can put like "Who is %".
How i can search by the first part of text and wildcard?
I have tested different things but nothing worked. This way not work: http//www.domain.com:8080/solr/select?q=title:"Who is *"
Thanks.