Foundatio.Parsers
Foundatio.Parsers copied to clipboard
A lucene style query parser that is extensible and allows modifying the query.
This pr drops support the 7.x Nest client (unsupported EOY see https://github.com/elastic/elasticsearch-net/issues/8014#issuecomment-2263393804) and upgrading to the new Elastic.Clients.Elasticsearch client. ### Blocking Issues (WIP) - [ ] Missing Aggregation LocalMetdata (https://github.com/elastic/elasticsearch-net/issues/8334)...
Updated [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/dotnet) from 10.0.0 to 10.0.1. Release notes _Sourced from [Microsoft.EntityFrameworkCore.SqlServer's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Updated [libphonenumber-csharp](https://github.com/twcclegg/libphonenumber-csharp) from 9.0.19 to 9.0.20. Release notes _Sourced from [libphonenumber-csharp's releases](https://github.com/twcclegg/libphonenumber-csharp/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/twcclegg/libphonenumber-csharp/commits). [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Related https://github.com/FoundatioFx/Foundatio.Repositories/pull/150 Adds support for nested queries and aggregations. This change allows the parser to automatically wrap nested fields in nested queries and aggregations, simplifying the query and aggregation building...
Updated [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/dotnet) from 8.0.3 to 10.0.1. Release notes _Sourced from [Microsoft.Extensions.Logging.Abstractions's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103`...
Updated [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.7.0 to 1.7.1. Release notes _Sourced from [System.Linq.Dynamic.Core's releases](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases)._ ## 1.7.1 ## What's Changed * Fix Json when property value is null by @StefH in https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/961 *...
Reported by @ttugrad01 `GET /count?f=mydate:[now/d TO now/d+30d/d]` ``` "message": "Invalid query: Unexpected character 'e'.", "is_error": true, "detail": " at Foundatio.Parsers.LuceneQueries.Extensions.QueryVisitorContextExtensions.ThrowIfInvalid(IQueryVisitorContext context) in /_/src/Foundatio.Parsers.LuceneQueries/Extensions/QueryVisitorContextExtensions.cs:line 132\n at Foundatio.Parsers.ElasticQueries.ElasticQueryParser.BuildQueryAsync(String query, IElasticQueryVisitorContext context) in...