godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
285 stars 85 forks source link

Trim leading/trailing whitespace from search queries #251

Closed Calinou closed 2 years ago

Calinou commented 2 years ago

This means searching for "interpolation " or " interpolation" will now match assets containing interpolation in their name.

This affects both the web frontend and the REST API used by the Godot editor.

For reference, this is already done in the asset library rewrite.