VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Include 'like' searches on FIND endpoint #33

Closed mmaelicke closed 4 years ago

mmaelicke commented 4 years ago

Whenever a api.find_* function accepts string input, a like=True should be available to switch the filter in sqlalchemy from a literal match to PostgreSQL LIKE syntax. The given search string can then automatically replace * with %