-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search functionality #18
Comments
Something to take into account from the start is perhaps that the search facility will also be used for documents other than letters: the writings of course but also the introductions, biography, etc. Most of the above facets will not be applicable for these documents, but there should be a sort of super-facet: which type of document are we searching in or for. |
Let's talk a little about this, e.g. the manuscript identifier. In one of the letters we see:
Does that mean that every result in the divs in this letter should showup in the facets
And do we ignore the objectDesc? |
Yes and yes. |
@pboot Shall we also pick up the sender of the letter? I assume that there are also letters in the corpus that have been sent to Mondriaan? And even if that is not the case, if somebody later combines this dataset with other letters sent to Mondriaan, then it is nice to have the sender metadata in place. |
I can also pick up the date in short form (from the when attribute) and in long form, from the element content. Done it already. |
By the way, the |
Yes, because at some point we decided to use both attributes within the
But things will probably change, as Peter mentioned in our last meeting, as we are discussing the possibility of using the RKD database to fill our xml files. This implies that we will create an artwork.xml similar to bio.xml, etc., and will probably refer only to our database, using |
Yes, that'll be useful too. |
All the features mentioned under 2) are in Text-Fabric now, and put through to the WATM annotations. Later we will use that to follow those references to pull data out related files, such as artwork.xml, bio.xml, biblio.xml. |
@Beatrice-nava teiHeader > fileDesc > sourceDesc > msDesc > physDesc > objectDesc het attribuut form=correspondentiekaart |
I think we decided to ignore it for the time being, as we basically only have letter and postcard as objectDesc, but that could change based on Wietse and Leo's feedback (I think we have already mentioned this in a previous comment, but for the moment there is no news). |
1) Full text search (currently in the collection of letters, but we will add the writings)
Transcription (show the paragraph level
<p>, <opener> or <closer>
)<div type="original" xml:lang="nl">
Translation show the paragraph level
<p>, <opener> or <closer>
)<div type="translation" xml:lang="en">
Postal data (show the div)
<div> @type="postalData"
Annotations (show the note level
<note>
)<note>
2) Facet search
Manuscript identifier
<idno> child of <msIdentifier>
Country of preservation
<country> child of <msIdentifier>
Place of preservation
<institution> child of <msIdentifier>
Number of the letter
<idno> @type="letterId" child of <altIdentifier>
Correspondent
<correspAction> @type="received"
<name>
(use @key to find the name in bio.xml eventually)
Mentioned person
<rs> @type="person"
(use @key to find the name in bio.xml eventually)Mondrian’s artwork
<rs> @type="artwork-m"
(use @key to find data in RKD db eventually)Other’s artwork
<rs> @type="artwork"
(ignore for the moment)Period
<date> @when child of <correspAction> @type= "sent"
(show the value of @when)
Place
<placeName> child of <correspAction> @type="sent"
Exhibition
<rs> @type="exhibition"
(use @key to find data in expo.xml eventually)Organizations (Museum, associations etc.) to be added later.
Search results should be sortable by
The text was updated successfully, but these errors were encountered: