BHoM / BHoM/Mongo_Toolkit

Add centralised methods for queries

Open
#111 0 comments 0 reactions 1 assignee Claimed by @emidio-piermarini View on GitHub
type:feature
Dominant language
C#
Stars
2
Forks
4
PR merge metrics
No merged PRs in 30d

Description

#### Description:

Matching some of the work done in Revit_Toolkit and now porting across to the BHoM/engine. Would be good then to tie this together with general data queries, so there is one query syntax across the framework represented in the UI. Queries should be able to be aggregated with logical AND/OR statements (like Revit_TK).

Just one example below. Also then querying numerical values greater than/less than (and concatenating for between).

https://github.com/BHoM/BHoM_Engine/blob/master/Data_Engine/Query/Linq/FilterBy.cs

`FilterBy(string PropertyName, string PropertyValue, bool MatchCase, bool ExactMatch)`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.