I have a basic view set up to show a result list of an "articles" content type (listing the title linked). There are three terms in a taxonomy for three newsletters and are all tagged under one of the three, and filtered as such. The ask is to add a solr search for this content type and add a fulltext search to it.

As I'm trying to do this I found that if the view is using Content I can't add Search: Fulltext search (not available) since I would need to create the view with an Index Article index. This allows the fulltext search but I'm finding it difficult to add the filtering.

I'd like to be able to do both solr search and the three filters. Is this possible to do in one view or do I need to split it up and use two views and create a search block to add to the main view template?