I have a solr schema where i store zipcodes in a text fieldtype.
But solr only gets results if i search for the whole zipcode. It doesnt get any results if the zipcode isnt completed.
In example:
I type 12345 - solr gets the zipcode 12345.
I type 1234 - solr doesnt get any results.
Somebody of you got an idea how to resolve this problem?
Must i use any tokenizers on that field or anything else?
THX for help
q=field:1234*
– arun