Andreas Jung

Results 87 comments of Andreas Jung

> > Current workaround is to execute the stemming prior to submitting the search to Typesense. > > Does this mean Typesense can perform stemming or lemmatization at index time...

> This feature is available in `0.26.0.rc56`. > > Usage: > > ``` > { > "name":"docs", > "fields":[ > { > "name":"title", > "type":"string", > "stem":true > } >...

This might be a tricky if you have a field containing texts in different languages. We don't use stemming, but we have a `text` field that contains either text in...

I can only second this issue. There is zero need for running typesense as root. Best practice is to run such a service under a normal user.

Chrome 26, Linux

Ops, Chromium 27, Linux

not really, currently running on a private dev host

I am accessing the site of course through http but I can not expose the current setup to the public for investigations. But anyway...I replaced your fork with the official...

> @zopyx I just remembered this feature I added a while ago. Could you try using the `configure` widget with filters set inside: https://github.com/typesense/typesense-instantsearch-adapter#configure Yes, but this only seems to...

I tried that here: https://gist.github.com/zopyx/9897d692571caccba60e49480fc36461#file-gistfile1-txt-L182-L184 But I don't see that this additional filter is being used.