Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Add TODOs in FacetUiBuilder and make facet config accessible
malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Blame WikibaseExport developers!
malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch
malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
We might need both, or at least another version. See https://github.com/ProfessionalWiki/WikibaseFacetedSearch/pull/41/files#r1885911926
malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch
malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
The original idea was that we'd need to access per-item/instance facet config when building the actual facets. So to build FacetConfigList I had to decide how to keep track of the configs and that ...
malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch
malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
I should have been clearer. My queries here relate more specifically to range facet filtering with either "script" or "runtime_mappings", but with the point that both are likely suboptimal for invo...
malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
A quick ChatGPT example of a runtime field extracting a value out of the `statement_keywords` list: ``` { "runtime_mappings": { "P1_value": { "type": "long", "script": { ...
malberts created a branch on ProfessionalWiki/WikibaseFacetedSearch
facet-parser - Enhanced searching interface with drilldown for Wikibase
malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
For range queries on the current `statement_values`, ChatGPT has a warning about using queries like this: ``` { "query": { "script_score": { "query": { "match_all": {} }, "s...
malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Index Point In Time values
AC: TODOmalberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Add search keyword for range facets
`haswbstatement` supports only "equals" queries. A new search keyword is necessary to generate the ElasticSearch query for other operators.malberts closed an issue on ProfessionalWiki/EDTF
[Action required] actions/cache v1-v2 is closing down
malberts closed a pull request on ProfessionalWiki/EDTF
ci.yml: Update to actions/cache@v4
Fixes https://github.com/ProfessionalWiki/EDTF/issues/103malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
- Make currentMin and currentMax more explicit (#36) a2d11cd
malberts closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Facets UI: Add UI
AC: * Facets are shown * Do or create task for: make UI look nice Not AC: * Real data (https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/10) * Real config * Ability to filter...malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Facets UI: Make it look nice
Follow-up to https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/9 Rough AC: * Move the facets into a sidebar (i.e. just move it next to search results) * Don't over-style * Shou...malberts closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Add Facets config
Depends on * https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/12 AC: * Can define per item type ("instance of"), where an item type is defined by a Q-id * Can specify the ...malberts pushed 2 commits to current ProfessionalWiki/WikibaseFacetedSearch
malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
- Add FacetConfig (#35) ee1bb2a
malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Add FacetConfig
For https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/13 Config page: ![image](https://github.com/user-attachments/assets/8fd0fb41-b2e8-4a46-8065-a98b460a060e) The documentat...malberts pushed 1 commit to facets-config ProfessionalWiki/WikibaseFacetedSearch
- Add FacetType enum b256dda