Hi Guys,
I am just curious about ifilter capability for SQL 2025. Usually after installing SQL, attaching the databases, i install the ifilters as i am storing documents in Filestream and needs it to be indexed. Previous version of SQL works when i run the below query but not for SQL 2025. Anyone knows how to make it work or has any changes been done in SQL 2025 regarding ifilters?
Select document_type, path from sys.fulltext_document_types where
document_type = '.pdf'
Thanks in advance for the Support
Suresh