-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: improve search mechanism #510
Conversation
* feat: download rdf ttl file * fix: changed default fetch for solid fetch
…bs into feat/improve-search-mechanism
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think this is exactly what we want, some weird cases using hetlageland:
veldslagen
returns 2 results
bidprentjes
returns 2 results
veldslagen bidprentjes
returns 0
Seems to only work when all of splitTerm
is present in one attribute, not across attributes.
slag waterloo
, for instance, matches. So does bid prent
, or jan pieneman
The issue described two persoon
values not being able to be searched. I added one to an object
When searching for arthur bart
, 0 results
…gitaal-erfgoed/solid-crs into feat/improve-search-mechanism
* chore: update translator (#475) * chore: update translator * Docs: usermanual updated (#384) * docs: user manual objecten added * docs: user manual objects * docs: user manual termennetwerk * docs: updated user manual and install command * Update docs/modules/manual/pages/objecten.adoc Co-authored-by: Stijn Taelemans <stijn@digita.ai> * Update docs/modules/manual/pages/termennetwerk.adoc Co-authored-by: Stijn Taelemans <stijn@digita.ai> * Update docs/modules/manual/pages/objecten.adoc Co-authored-by: Stijn Taelemans <stijn@digita.ai> * docs: edtf extra info * docs: user manual updated * Update docs/modules/manual/pages/termennetwerk.adoc Co-authored-by: Stijn Taelemans <stijn@digita.ai> * Update docs/modules/manual/pages/presentatiemodule.adoc Co-authored-by: Stijn Taelemans <stijn@digita.ai> * Update docs/modules/manual/pages/presentatiemodule.adoc Co-authored-by: Stijn Taelemans <stijn@digita.ai> * Apply suggestions from code review Co-authored-by: Stijn Taelemans <stijn@digita.ai> * docs: changes based on review * docs: add own term * docs: add beheerder docs * chore: typo * docs: apply changes from review * docs: nav adjusted Co-authored-by: Stijn Taelemans <stijn@digita.ai> * docs: add link to beheerders.adoc * docs: update requirements to second phase (#494) Co-authored-by: Wouter Janssens <wouter@digita.ai> * build: update token for digita packages (#500) * fix: fixed width of field titles in presentation package (#499) Co-authored-by: Stijn Taelemans <stijn@digita.ai> * fix: fixed wait for translator before rendering (#501) * fix: term uris are not clickable (#480) * fix: clicking URLs in term search now opens page in new tab * chore: added norefferer to prevent tabnabbing * test: updated testes * fix: object page no longer crashes when saving local terms (#502) * fix: dont error on local term use * fix: save local terms properly * chore: lowered test coverage * fix: image popup scaling in firefox and safari (#503) * fix: scroll to edited term field (#504) * fix: scroll to edited term field * chore: remove unnecessary `?` * chore: release v0.10.2 * docs: infrastructure added to scope (#506) * fix: add loading/progress bar when searching objects (#505) * chore: deploy pods * chore: release v0.10.3 * chore: update package-lock * chore: release v0.10.4 * chore: update dockerfile and config for pods * chore: release v0.10.5 * chore: release v0.10.6 * chore: update deployment for pods * fix: remove alerts on navigation (#508) * chore: update start script for pods * chore: add setup for pods * feat: download collection object .ttl files (#509) * fix: improve object search algorithm (#510) * feat: improve search mechanism * feat: download collection object .ttl files (#509) * feat: download rdf ttl file * fix: changed default fetch for solid fetch * fix: adapted search algorithm to achieve desired outcome * fix: dont allow adding of an empty local term (#512) * fix: dont allow adding of an empty local term * fix: dont move input field when local term is empty * feat: always show active notifications on screen (#513) * fix: clicking dropdown arrow should open and close menu (#516) * feat: dropdown arrow opens and closes menu * feat: add cursor pointer to the dropdown menu * feat: add cursor pointer to the dropdown menu * fix: weird linting error * fix: remove unnecesary :hover * fix: styelint error * feat: added button to open presentation view from manage view (#507) * feat: added button to open presentation view from manage view * feat: added share button to object page Co-authored-by: Stijn Taelemans <stijn@digita.ai> * chore: release v0.11.0 Co-authored-by: Johanna De Maeyer <80322390+johannadm@users.noreply.github.com> Co-authored-by: Wouter Janssens <wouter@digita.ai> Co-authored-by: Arthur Joppart <38424924+BelgianNoise@users.noreply.github.com>
No description provided.