vinted / elasticsearch-dsl-rs

Strongly typed Elasticsearch DSL written in Rust
Apache License 2.0
201 stars 18 forks source link

fix: function score with no query serialisation #258

Closed oknozor closed 11 months ago

oknozor commented 11 months ago

closes #257

buinauskas commented 11 months ago

@oknozor please rebase on master, there was a rust version upgrade and it had some breaking linting changes which I had to fix.

oknozor commented 11 months ago

Done

buinauskas commented 11 months ago

@oknozor something's off with the CI build. I do see that your code is up to date but CI build workflow complains about the lint rule. How hard for you would it be to resubmit this PR fresh?

That's the workflow output https://github.com/vinted/elasticsearch-dsl-rs/actions/runs/6927980708/job/18845978149#step:6:24

oknozor commented 11 months ago

moved to https://github.com/vinted/elasticsearch-dsl-rs/pull/260