Problem:
Conditional filters on search view - how to show/hide specific filters based on the checkboxes option selection
Solution:
You will require to add the custom javascript/jQuery code with view's frontend javascript event js_event_wpv_parametric_search_results_updated.
Problem: I have a custom search View with filters and results. I would like to place the filters in one column and the results in another column, side-by-side.
Solution: Use a Toolset Grid block in the Block Editor to drag the filters into one column and the results into another column. See the documentation link below for a video.
You can make a list of foul words and check against the submitted content and if found remove those words and then assign the filtered content to the field.