fralik / rundata-net

Other
1 stars 0 forks source link

Have personal name searches only in texts in general #2

Open fralik opened 4 months ago

fralik commented 4 months ago

Use this search

{
  "condition": "OR",
  "rules": [
    {
      "id": "normalisation_scandinavian",
      "field": "normalisation_search_scandinavian",
      "type": "string",
      "input": "text",
      "operator": "word_regexp",
      "value": "stæin"
    },
    {
      "id": "has_personal_name",
      "field": "num_names",
      "type": "integer",
      "input": "radio",
      "operator": "equal",
      "value": 0
    }
  ],
  "not": false,
  "valid": true
}

This search returns 4072 inscriptions, 1847 words, 294 personal names.. If changed to Yes, then 4242 inscriptions, 1847 words, 294 personal names.

Ideally, we want to filter texts by words. Currently it removes ALL inscriptions with personal names.