In my SharePoint application, I have a managed metadata site column called Taxonomia and a custom content type inherited from Welcome Page that uses this column. I also have a custom page layout for this content type and some pages created that have that column filled with some terms.
The Search Service Application is installed and I would like to to be able to search for pages filtering by the column Taxonomia. To do this, I went to the "Search Schema" page in the SharePoint Central Admin and created a managed property also called Taxonomia that maps the crawled property ows_Taxonomia. Below there are the options marked for this property:

After creating it, I did an index reset and a full crawl but still I'm not able to get results for this managed property in the SharePoint search.
I have some pages created that have the Taxonomia column filled with the tag Teste, but any query searching for Teste or Taxonomia:Teste in the SharePoint search page or the REST API (www.site.com/_api/search/query?queryText='Taxonomia:Teste') won't return any results.
Am I doing something wrong in this process or missing some step?