Jan Niestadt

Results 102 issues of Jan Niestadt

ArticleResponse passes the corpus owner (not the logged-in user) as userid, therefore no request will be denied. A crafty user could use this to gain access to an article they're...

bug

"Tags" inside a CDATA are seen as actual (unbalanced) XML open tags, and closing tags are added at the end of the document. Example: https://portal.clarin.ivdnt.org/blacklab-server-new/opensonar/docs/WR-P-E-C-0000000129/contents?query=%5Bword%3D%22schip%22%5D&wordstart=7000

bug

Certain queries such as `[lemma="cat"] [lemma!="dog"]{10}` can produce a bunch of overlapping hits (cat followed by 1 non-dog; cat followed by 2 non-dogs; etc.). For certain queries, you want all...

enhancement

Right now, BlackLab doesn't check the configured pid field when adding documents. So it's possible to add a document twice; two copies will exist in BlackLab that have the same...

enhancement

In the new grouping interface, if you click "apply" but you haven't e.g. selected an annotation, nothing happens, and it's not immediately clear why. Users might think the feature is...

feature: minor

If a hit e.g. begins in one sentence and ends in another, BLS' `/docs/DOCID/contents` will highlight it in two parts, and the frontend will think those are two separate hits....

bug

Reported by one of our AutoSearch users. We should test this and see if it's easy to fix.

(see https://github.com/INL/corpus-frontend/issues/527) `/docs/DOCID/contents` should add a hit number to `` tags, which will allow the frontend to deal with overlapping hits and hits that e.g. span across `` tags. ```xml...

Thanks to @eduarddrenth for this branch, which updates our previous experiment and solves more issues. CURRENT STATUS: working, experimental. Will probably be merged in after releasing v4 soon Old comments:...

There should be a limit to how many hits can be exported, mainly because large exports take too long. Currently, `search.maxHitsToRetrieve` is the BlackLab limit. BlackLab's CSV could perhaps use...

blacklab(-server)