I would like to search a book by its title. Lets say I have 2 books called
"Please do a wildcard search"
"Please do a deep search"
and then I do a solr wildcard search like the following:
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"q":"BOOK_NAME:\"Please*search\"",
"indent":"on",
"wt":"json"}},
"response":{"numFound":0,"start":0,"docs":[]
}}
I was expecting 2 books from this search, but the number of documents founds were 0
Reference I've found the wildcard searches:
I'm using solr 6.