panguixin
panguixin
hi @jpountz ,since we have moved to lucene 10, should we merge this and add back #13686?
> Would you like to make this PR up-to-date and open a new one for the other change (a cherry-pick isn't clean due to other changes)? @jpountz sure, I‘d be...
@jpountz I have merged main branch, PTAL:)
You can use the `case_insensitive` parameter ``` GET opensearch_dashboards_sample_data_ecommerce/_search { "from": 0, "size": 200, "query": { "bool": { "filter": [ { "bool": { "must": [ { "wildcard": { "manufacturer": {...
@dai-chen you might be interested in this :) Could you please take a look when you get a chance?
> Seems the workflows were not triggered correctly. @bugmakerrrrrr Could u merge latest change from main and re-run test? (try to avoid force-push) After rebasing the main branch, it appears...
@LantaoJin @dai-chen can we merge this?
> @bugmakerrrrrr could u help resolve conflict and submit backport PR to 2.x. [#2801 (comment)](https://github.com/opensearch-project/sql/pull/2801#issuecomment-2263318211) #2896
> One questions, does the change in [OpenSearchExprValueFactory.java](https://github.com/opensearch-project/sql/pull/3002/files#diff-fef3b03341db11f5fc8b5f1f1470de8be5555a22f43d945dea3bdc25b68f3f48) related to the [issue](https://github.com/opensearch-project/sql/issues/3001)? Yes, we need to parse the value in array according to the type of field, not the type...
Hi @acarbonetto , may I ask is there any progress on this issue? I am currently working on developing this feature and have already created a prototype that supports basic...