Skip to content

Commit 72f63a0

Browse files
authored
smart search on Gallica
1 parent 330ec5f commit 72f63a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FRWebConnectPack/FRWebPack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
["Person", "Roglo", "Roglo", "http://roglo.eu/roglo?m=NG&n=%(given)s+%(surname)s&t=PN"],
4949
#["Person", "FamilySearch", _("FamilySearch.org"), "https://familysearch.org/search/record/results?count=20&query=%%2Bgivenname%%3A%(given)s~ %%2Bsurname%%3A%(surname)s~ %%2Bbirth_year%%3A%(birth)s-%(birth)s~ %%2Bdeath_year%%3A%(death)s-%(death)s~"],
5050
["Person", "CAILGEO", _("Cyber genealogy"), "https://www.cybergenealogie.fr/cailgeo/fr/cail01n.php?nomr=%(surname)s"],
51+
["Person", "Gallica advanced", "Gallica +", '''https://gallica.bnf.fr/services/engine/search/sru?operation=searchRetrieve&exactSearch=false&collapsing=true&version=1.2&query=((text all "%(surname)s" prox/unit=word/distance=1 "%(given)s"))'''],
5152
["Person", "Gallica", "Gallica", '''https://gallica.bnf.fr/Search?ArianeWireIndex=index&p=1&lang=FR&q="%(surname)s,+%(given)s"'''],
5253
["Person", "Retronews", _("RetroNews (Bnf)"), "https://www.retronews.fr/search#allTerms=%(surname)s&sort=score&page=1&searchIn=all"],
5354
["Person", "GeneaBook", "GeneaBook", "https://www.geneanet.org/fonds/bibliotheque/?&nom=%(surname)s&prenom=&q=%(given)s&go=1"],

0 commit comments

Comments
 (0)