I would like to render my exposed fulltext search bar in a separate location from the rest of my search filters. My other exposed search filters are things like display number, sort order, etc… I am also using facets.
My current problem is that I need to render the search bar in a whole separate region from the rest of my exposed filters. My current solution is to render {{ exposed }}
twice but then use CSS to display: none
the items I don’t want. This is just awfully hacky and is bad practice. Is there a way to split these forms into two separate exposed filters?