Tags: josbeir/cakephp-synapse
Tags
Make file search os independent and fix doc index on windows (#3) * make file search os independent and fix doc index on windows * Add test and clean up exception handling for repository file search solution --------- Co-authored-by: Jasper Smet <josbeir@gmail.com>
Run tinker code in subprocess (#2) * Run tinker in a sub process so we don't need to restart the server on re-evaulations * Drop context as this is now enabled by default by the TinkerEvalCommand * test(tinker): add more tests for sub process code execution * test(coverage) More work on code coverage * Add descriptions for all commands
Preserve original markdown in search results and fix BM25 ranking - Add (simple) schema-driven database management with auto-validation - Store original markdown content separately from cleaned FTS content - Fix BM25 score sorting (was inverted, best results appeared last) - Reverse CLI snippet order (best result displayed last, stays visible) Resources now return full markdown with formatting (code blocks, links, lists). Search results correctly ranked with Collections appearing first for 'collections' query.
PreviousNext