Hi,
> On 24. Feb 2026, at 09:26, Samuela Begaj <
samuela...@gmail.com> wrote:
>
> So, since the query string is correct, I started thinking that the problem might concern the way the tagset items are named. In fact, some of them are called for example gram_corr_err="case". I am thinking now if maybe the presence of quotation marks creates problems in the search. In fact, if I try with other annotation items like gram_unknown, which do not have these quotation marks in the name, then it works!
If you have quotes in the tags themselves, you need to escape them in the query using backslashes, e.g.:
`<Named_entity.value="x=\"y\""/>`
> Also, I noticed that not all texts are shown and I was wondering why. We are working with approximately 1000 texts and the annotations displayed when searching concern only one third of the whole corpus. Is there a reason for this? I tried to click on "low-level paging", but if I do that no annotation at all is displayed.
That is a good question. So assuming the documents are not "locked" for the user doing the query, results from them should appear.
It is possible that there were indexing errors with certain documents, then those might end up not being searchable.
You could watch the log and then trigger an index rebuild on the "annotation" page in the project settings to see if that is the case.
Can you share the corpus for debugging? Or can you reproduce the problem with a freely sharable corpus?
Cheers,
-- Richard