buda-base / lds-pdi

http://purl.bdrc.io BDRC Linked Data Server
Apache License 2.0
2 stars 0 forks source link

adding taxonomy type in facetted results #103

Closed eroux closed 5 years ago

eroux commented 5 years ago

Some hits returned by the root search query are of type :Taxonomy but currently break the code. I've patched it so that it doesnt break, but these results should be handled properly (see here)

eroux commented 5 years ago

(same with etexts that have labels that could be returned)

MarcAgate commented 5 years ago

This is addressed in commit 9b3f960 . However, in root search results, only the count of etexts having a chunk containing the requested string is returned (Etexts_count.arq). A second call (in the facet panel) actually serves the etexts details.

MarcAgate commented 5 years ago

The actual commit is fafa9c4 See http://purl.bdrc.io/lib/rootSearchGraph?LG_NAME=bo-x-ewts&I_LIM=500&L_NAME=%22bka%27%20bstan%22

MarcAgate commented 5 years ago

This should be closed as well. WDYT ?

eroux commented 5 years ago

I think so, I actually think it's more an issue in the data: https://github.com/buda-base/git-to-dbs/issues/15 so let's close it here yes