blazegraph / database

Blazegraph High Performance Graph Database
GNU General Public License v2.0
871 stars 170 forks source link

is a case-insensitive phrase search possible? #197

Closed alhuber1502 closed 1 year ago

alhuber1502 commented 3 years ago

I would like to retrieve exact phrases with bds:search. I set ?o bds:matchExact "true" . but noticed that a search for "a note" will not retrieve "A note" or "a Note".

Is it possible to use phrase searches case-insensitively?