PhilippJust
PhilippJust
Although the [documentation of the public api](http://nominatim.org/release-docs/latest/api/Overview/) is very good, I'd like to include an [openapi definition](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md) to allow auto generation of client code. I think this might help developers...
When creating or editing an ad campaign, the input for the SQL-Query is often too small to display the complete query. I am thinking about replacing the `
The ad queries currently need to have a `Case` statement in order to be evaluated correctly [Src](https://github.com/wi-wissen/InstaHub/blob/master/app/Models/Ad.php#L52. However, this seems redundant as we do want to return boolean values. So...