Skip to content

Commit e71c479

Browse files
Merge pull request #166 from tag1consulting/release/v1.0.2
release: v1.0.2
2 parents 08b2e98 + af64d9d commit e71c479

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project uses [Semantic Versioning](https://semver.org/). Major versions are
66

77
## [Unreleased]
88

9+
## [1.0.2] - 2026-06-02
10+
911
### Removed
1012
- **Reverted the entire query-word-importance line (#163 exemption + #164 ranking).** Validation showed both layers were inert — the #164 `incidentalMatchWeight` re-ranking and the #163 semantic exemption gate changed result ordering on zero real queries. Removed: the `query_word_importance` plumbing into the WASM `score_results` input and the JS fallback weighting, the `incidentalMatchWeight` config, the `aiQueryWordImportance` flag, the expand-prompt classification instruction and its `query_word_importance` parsing in `AiEndpointHandler`, the `contentWords` exemption gate in `scolta.js`, and the bundled WASM that carried the scoring weight. The #156 frequency guard (#161) and the Fix A/D typed-query-term exemption + `expandSubwordDenyList` veto (#162) are unchanged — the browser tree is back to its #162 state, with the bundled WASM matching the reverted scolta-core.
1113

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tag1/scolta-php",
3-
"version": "1.0.2-dev",
3+
"version": "1.0.2",
44
"description": "AI-powered search with Pagefind \u2014 PHP language binding",
55
"type": "library",
66
"license": "MIT",

0 commit comments

Comments
 (0)