Sean Davis

Results 38 comments of Sean Davis

@cgreene and I spent a couple of days in Pittsburgh together and discussed Manubot briefly. I wanted to point out https://github.com/cboettig/knitcitations that enables some features similar to manubot-based citations for...

Thanks, @BrenoMazieiro. Yes. I'd like to enforce that "first" is specified in the graphql query and is 100 or less (or default to 100) for all collections (as an example)....

For the time being, I'm going the cheap route and specifying `_all` as the default field for the `match` query for now. Users seem happy with the basic `query_string` behavior...

I know it has been a while on this one. I noticed a per-field version of `multi_match` was recently implemented. I'd like to revisit the idea of `multi_match` on a...

Just leaving a note here that to do this right would involve bare `Word()` and `Phrase()`, the latter requiring a different multi_match type.

After a little playing with `luqum.utils.LuceneTreeTransformer`, this seems to do what I need. Note that multi_match is roughly translated to a bunch of OR queries across single-field `match`. The same...

I have some nested objects in my models that I'd like to search on. I see the `in progress` label added recently. Do you have a sketch of what you...

Thanks, @barseghyanartur. That helps quite a bit to know the functionality you are aiming to achieve. I'll try to digest that a bit.

Silly question, perhaps, but what is the expected functionality of rabix on GCE/TES? I have tried following the train-of-thought in the issues here, but it still isn't clear to me.

First round of updates in 667f74d2