I'm working on a project based on a spatial SQL database and using Geoserver.
I have a layer with a CODE field and a YEAR field.
I'd like to create an interactive filter with a selector where the user, for example, enters the value 2024 and filters out codes that have that value in the YEAR field.
I've already explored the option of filtering with a table and time control. This works well with specific dates, but it hasn't worked for me with years.
I would need something very simple for the user.
This is a beginner-level project that combines Geoserver, Mapstore, QGIS, QGIScloud, and Qfield.
Thank you.