On Fri, 11 Oct 2013, [email protected] wrote: > For a unified search you'd like to have I think at least > Invenio 1.2 (current head master, if Tibor managed to merge > authority based searches yet).
The authorities are now present in Invenio/master: http://invenio-software.org/repo/invenio/commit/?id=f5969cf4bd6e478c5a5dedbf570b2bad76949072 However, for multi-language keyword searching, one could also make use of the index-time or search-time synonym notion. I.e. dog/hund/chien could all return the same thing provided they are defined in a knowledge base of synonyms. Depending on your Invenio version, see CFG_BIBINDEX_SYNONYM_KBRS and CFG_WEBSEARCH_SYNONYM_KBRS in `invenio.conf', or see in BibIndex Admin Interface, no how to set this up. Best regards -- Tibor Simko

