A new WebSearch gramplet is ready

It looks like the author (Dr. Jesper Zedlitz) of that genealogy net metasearch has intentionally hidden the parameter passing. That search does some background polling of sites that is bot-like behavior.

He shares some of his work for their site in one of his GitHub repositories: GitHub - jze/GenWiki: small tools to generate content for the MediaWiki instance at https://wiki-de.genealogy.net/

1 Like
  • Belgium’s Archives is for “Belgium”
    ~ ##Unicode 1F1E7U+1F1EA
  • OrigineFile is more oriented for “QuĂ©bec”
    ~ ## Unicode 1F3F4-E0063
 ? unicode version ?
2 Likes

Moved to a separate csv. Now this row is shown under own flag.

what about this one?

1 Like

I think the search can only be limited to the Meta search homepage. There are so many databases behind it that it can’t be searched individually.
It’s searching by last name and location. I can’t send a search link because I always get an empty search form.
Enter “Walter” as the last name in the top line and “Erbach” as the location in the bottom line.

1 Like

Now is available a new one feature:

User can turn on displaying of links from attributes.

Screenshot from 2025-03-22 15-36-30

Screenshot from 2025-03-22 15-36-45

No need configure JSON, script looking for ‘https’ and renders it as is.

Looks like we can not do this, this is POST request.

Everything what you can do is add this link https://meta.genealogy.net/ without search parameters into static-links.csv.

The link will be always available for you for fast access, but you need fulfill the inputs manually.

2 Likes

OK, thanks.
If I add it manually, will it always be gone after an update?

1 Like

ah, yes, it is more large, also Ontario, Nova Scotia, Northwest Territories (Canada area)


1 Like

No emoji for Quebec!

1 Like

3 additional navigation types are supported. The full list:

class SupportedNavTypes(Enum):
    PEOPLE = "People"
    PLACES = "Places"
    SOURCES = "Sources"
    FAMILIES = "Families"
    EVENTS = "Events"
    CITATIONS = "Citations"
    MEDIA = "Media"

The last 3 dont have variables yet, but they support attributes links. These links are shown in WebSearch if they are found in attributes. An example for Media page:

Release: Release v0.42.23 · jurchello/WebSearch · GitHub

I think yes, It will be gone after update. But you can use UserData directory where your updates in csv are safe. You can read more in README in section " 6.2. User-defined CSV files" GitHub - jurchello/WebSearch at v0.42.23

1 Like

no, we will no add separate icons for provinces. But I can move it into separate Kanadian csv file.

1 Like

Released

Screenshot from 2025-03-22 17-24-34

Here: Release v0.43.23 · jurchello/WebSearch · GitHub

Release v0.43.23 is only finding parameters for a few csv entries. (The static_links.csv definitions were working. The common-links.csv were not working.) All the rest are showing 0/0

And for some reason the hotspot for showing the “semi-transparent toast”. (It that the same as a “Tooltip”?) For the FindAGrave example below, the pointer had to be on the row above. When the actual FindAGrave row was indicated, it showed the MyHeritage toast.

Configure selections:

For the bottom set of “Configure” checkboxes, please simplify by using the same consolidated header format as the “Enable CSV Files” section in a “Show” section :

BTW, Maybe another label for the columns Vars (Variables) would harmonize with other features.

  • the Reports customization documentation uses Substitution Keys for a similar functionality. So maybe Keys would be a good label?
  • the Isotammi “Filter Parameters” addon tool uses Params (Parameters)
1 Like

It reproduced for common-csv links. Fixed in v0.43.24

1 Like

Found the reason and Fixed in v0.43.25.

1 Like

I can add it to minor tasks for future. Varibles - such naming I use across all the project including README. So, Variables should be renamed everywhere to maintain naming consistency.

I will do this later when all configuration checkboxed are added.

@emyoulation thanks for the suggestions!

1 Like

On the contrary, thank YOU for being open to suggestions. It must be difficult to accept them as constructive (which is my intention) rather than criticisms. Your being so receptive makes us volunteer more effort in supporting your work. Thanks again.

1 Like

I’ve created two pull requests. WebSearch gramplet will be available in 5.2 and 6.0 versions after approve :cowboy_hat_face:.

2 Likes