Open JessedeDoes opened 5 years ago
This could be tricky to do as the concordances are created from the forward index, which at present only stores the first value indexed at every position.
One option is to create the concordances from the content store (this used to be how we did it, and should still be possible with the parameter usecontent=orig. This basically returns part of the original XML, so all the values should be in there. But getting this to work with corpus-frontend might be a challenge as the concordances would have a project-specific XML structure.
There are sevaral related problems:
lemma=a
and lemma=b
, does the query lemma=a|b
produce one hit or two?
Not sure this has not been submitted before, but e.g. only one of multiple lemmata is displayed
(http://svotmc10.ivdnt.loc/corpus-frontend/Gysseling/search/hits?first=0&number=20&patt=%5Bword%3D%22tantwordene%22%26lemma%3D%22antwoorden%22%5D&interface=%7B%22form%22%3A%22search%22%2C%22patternMode%22%3A%22extended%22%7D)