Bug #1382
Mis à jour par Matthieu Decorde il y a plus de 6 ans
The "region" macro length is limited to the "*" operator length limit and prevent users to build big subcorpus or partition with big parts.
h3. Solution 0
Explain this in the manual, or FAQ.
h3. Solution 1
Change the "*" length limit to N words. how much ?
h3. Solution 2
Don't use the "region" macro and use the *[_.struct_property="..."] expand to struct* query
BUT Note: this query allow users to build "text" parts over a subcorpus of partial "p" parts. (the "p" parts are expanded to "text" parts)
So the query result created must be intersect with the corpus matches
h3. Solution 0
Explain this in the manual, or FAQ.
h3. Solution 1
Change the "*" length limit to N words. how much ?
h3. Solution 2
Don't use the "region" macro and use the *[_.struct_property="..."] expand to struct* query
BUT Note: this query allow users to build "text" parts over a subcorpus of partial "p" parts. (the "p" parts are expanded to "text" parts)
So the query result created must be intersect with the corpus matches