CosmicMind / Graph

Graph is a semantic database that is used to create data-driven applications.
http://cosmicmind.com
MIT License
873 stars 72 forks source link

New (2018) API Changes: "Value of type 'Search<Entity>' has no member 'for'" #163

Open karstengresch opened 5 years ago

karstengresch commented 5 years ago

Hi all,

when switching a project to Swift 5, I upgraded to Graph 3.1.1 (from 2.2.2 and now I get complaints like):

"Value of type 'Search' has no member 'for'"

As the Graph examples and documentation still use examples with 'for', I suggest upgrading the documentation to the new API.

OrkhanAlikhanov commented 5 years ago

Hey! Sorry for breaking changes. A tiny documentation on the new API can be found at #154. That said, we can help you to convert queries into new API if you share.