Implement Query parser for HAL
We have the query API in haskell-gargantext.
So far, HAL uses the RawQuery
. Inside hal repo, I recently added language_s:<lang>
parameter to accont for the chosen language.
This all should be moved to the query parser instead.