Open fralik opened 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.
4072 inscriptions, 1847 words, 294 personal names.
4242 inscriptions, 1847 words, 294 personal names.
Ideally, we want to filter texts by words. Currently it removes ALL inscriptions with personal names.
Use this search
This search returns
4072 inscriptions, 1847 words, 294 personal names.
. If changed to Yes, then4242 inscriptions, 1847 words, 294 personal names.
Ideally, we want to filter texts by words. Currently it removes ALL inscriptions with personal names.