I have an index driver that shows me all the records (without filters) of the query:
id, title, description, province, city among others on the main page
Each one of them, when shown on the main page, generates a link to show the detail of each one of those records in a new page, but the URL is friendly and does not carry the ID in said URL, I show the composition of that URL: www.midominio.com/titulo-provincia-ciudad
on my detail page I would like to filter the results by the id, how do I get it?