Feature #2602
RCP: X.X, add engine specific informations in the Properties command result
Status: | New | Start date: | 07/04/2019 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Commands | Spent time: | - | |
Target version: | TXM X.X |
Description
Extends the Properties command to show additional information when a corpus has other indexes than CQP.
Solution¶
add a SearchEngine.this.getInformation(corpus) method go retrieve engine specific information about the corpus.
add a new Section at the end of the Properties HTML result file called "Other indexes". Add a paragraph per engine which has indexes for the currently selected corpus
<p> <p>$ENGINENAME</p> <p>$DESCRIPTION</p> </p>
with $DESCRIPTION the HTML code to insert.
History
#1 Updated by Matthieu Decorde almost 4 years ago
- Description updated (diff)
#2 Updated by Sebastien Jacquot over 3 years ago
- Subject changed from RCP: X.X, add motor specific informations in the Properties command result to RCP: X.X, add engine specific informations in the Properties command result
- Description updated (diff)
- Target version changed from TXM 0.8.2 to TXM X.X