You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your ontology/category is based on a [PURL](https://obofoundry.org/principles/fp-003-uris.html) source, its name will
@@ -520,13 +520,30 @@ In the file, each entry requires two parts: `rdp.faq.questions.<q_key>` and `rdp
520
520
question and the corresponding answer, respectively.
521
521
522
522
```properties
523
+
rdp.faq.keys=<q_key>
523
524
rdp.faq.questions.<q_key>=A relevant question.
524
525
rdp.faq.answers.<q_key>=A plausible answer.
525
526
```
526
527
527
-
The provided default file can be found
528
-
in [faq.properties](https://github.com/PavlidisLab/rdp/tree/{{ config.extra.git_ref
529
-
}}/src/main/resources/faq.properties).
528
+
The provided default file can be found in [faq.properties](https://github.com/PavlidisLab/rdp/tree/{{ config.extra.git_ref }}/src/main/resources/faq.properties).
529
+
530
+
### Ordering FAQ entries
531
+
532
+
!!! note
533
+
534
+
New in 1.5.4
535
+
536
+
he `rdp.faq.keys` FAQ setting can be used to customize the ordering and appearance of FAQ entries. If the setting is
537
+
left unset, the default will be to arrange FAQ questions in alphabetic order of their keys.
538
+
539
+
### Translating FAQ entries
540
+
541
+
!!! note
542
+
543
+
New in 1.5.4
544
+
545
+
The FAQ messages can now be translated by reusing the `rdp.faq.questions.<q_key>` and `rdp.faq.answers.<q_key>` as codes
if ( applicationSettings.getIsearch().getRequestTimeout() != null ) {
20
-
log.warn( "The 'rdp.settings.isearch.request-timeout' configuration is deprecated." );
20
+
log.warn( "The 'rdp.settings.isearch.request-timeout' configuration is deprecated, use 'rdp.settings.isearch.connect-timeout' and 'rdp.settings.isearch.read-timeout' instead." );
0 commit comments