Currently if you run a query that's not very specific, you might get a (word,lemma,type) combination with many hits. There's probably no need to collect every single hit and return them all at once to the browser.
Maybe the list of samples could be truncated to a certain hard limit. Possibly with the option to fetch the full list separately.
Currently if you run a query that's not very specific, you might get a (word,lemma,type) combination with many hits. There's probably no need to collect every single hit and return them all at once to the browser. Maybe the list of samples could be truncated to a certain hard limit. Possibly with the option to fetch the full list separately.