Bug #2413
Updated by Sebastien Jacquot over 2 years ago
Sending edition text selection to concordance doesn't work if the selection contains punctuation.
There's also a problem with "spaces" that can lead to this kind of query {"donc" ""} that does nothing in concordance.
May need to fix "more" the query to extract the punctuation chars.
New location after split:
/org.txm.edition.rcp/src/org/txm/edition/rcp/handlers/SendEditionTo.java
h3. Solution
# define the wanted behavior for multiple words/token selection
## sequential or not sequential query?
# fix the query according to the above choice, eg. [word = "domaines"][word = "politiques"] or [word = "domaines"]|[word = "politique"]
NOTE: sequential queries behavior is different according to current CQP matching strategy, by default concordance doesn't build the pivot with all te sequence
There's also a problem with "spaces" that can lead to this kind of query {"donc" ""} that does nothing in concordance.
May need to fix "more" the query to extract the punctuation chars.
New location after split:
/org.txm.edition.rcp/src/org/txm/edition/rcp/handlers/SendEditionTo.java
h3. Solution
# define the wanted behavior for multiple words/token selection
## sequential or not sequential query?
# fix the query according to the above choice, eg. [word = "domaines"][word = "politiques"] or [word = "domaines"]|[word = "politique"]
NOTE: sequential queries behavior is different according to current CQP matching strategy, by default concordance doesn't build the pivot with all te sequence