CentreForDigitalHumanities / idioms

Database of Dutch Dialect Idioms
https://dutchdialectidioms.uu.nl/
Other
0 stars 0 forks source link

Search #7

Closed ar-jan closed 2 years ago

ar-jan commented 2 years ago

Search different entity types

Search all three entity types by all properties on the search form.

Idiom

Verbal

Structure

Possession

Sentence

Search by words (or substrings) of the sentence text.

General

Manipulations

ar-jan commented 2 years ago

SQL query is now constructed dynamically from a function instead of hardcoded in the template with use of parameters, needed to allow for IS NULL queries.

TODO: checking for absence of an attribute value for a particular idiom.

ar-jan commented 2 years ago

Searching idiom entities on idiom multi-select attributes fully functional (but TODO: #11 ).

Used a dynamic SQL query rather than SQL view for now, easier to keep in version control and deploy.

ar-jan commented 2 years ago

Added search for sentences and updated issue overview.

ar-jan commented 2 years ago

Added searching for dialects and filtering idioms/sentences on dialect.

ar-jan commented 2 years ago

Added searching on:

All search form fields are now functional (leaving remainder of #13).