You certainly can if you'd like. But I'd recommend some minimal filtering, as outlined in the post you linked, as well as the other RESCRIPt tutorials. It is always a good idea to perform some filtering of the data to avoid spurious taxonomic classifications.
I would not recommend using such a low --p-query-cov value, as this will return many non-specific hits. Also, I'd never recommend only taking the first acceptable BLAST hit, so I'd suggest keeping --p-maxaccepts 10 or higher. There can be many equivalent BLAST hits that land on very different taxa. This is why the --p-min-consensus parameter exists.
If you use blast also note that it looks at the first maxaccept hits, not the best maxaccept hits. If you want the best you may want to use the vsearch classifier instead.