Commit Graph

908 Commits

Author SHA1 Message Date
tanner b6f98f5d04 Modify BM25 search params and fuzziness
Decreasing Length normalization impact factor. I don't want notes to be
ranked as differently if they are long vs. short.
2026-02-13 12:18:45 -07:00
tanner 7a1414d397 Add in default BM25 search params
https://lucaong.github.io/minisearch/types/MiniSearch.BM25Params.html
2026-02-13 12:04:52 -07:00
tanner 0c5b956e53 fix: Normalize and deduplicate tokens for improved search relevance
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-13 11:46:25 -07:00
tanner dc2267030a Update README with excerpt changes 2026-02-13 11:38:39 -07:00
tanner 292fb765de fix: Ensure correct excerpt slicing before removing blank lines
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-13 11:30:07 -07:00
tanner ec2a720649 fix: Ensure highlighting matches HTML-escaped text in excerpts
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-13 10:56:07 -07:00
tanner a8c18f5dca fix: Improve search term highlighting for words with punctuation
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-13 10:48:20 -07:00
tanner 5e5708de4e Add installation instructions to README 2026-02-06 09:43:57 -07:00
tanner 70deab0b77 Add main.js to repo for easy distribution 2026-02-06 09:28:19 -07:00
tanner 269a1e6ea4 Organize README, add aka info 2026-02-06 09:26:39 -07:00
tanner 9e68a725d0 Make aka header matching stricter 2026-02-06 09:12:28 -07:00
tanner 44da87a29d feat: Extract 'aka' lines from first paragraph for H1 indexing
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-06 09:06:34 -07:00
tanner 61a3089c09 Customize README 2026-02-05 16:18:13 -07:00
tanner 1297a1034a Ignore aider 2026-02-05 16:00:22 -07:00
tanner b195bf65ee fix: Resolve TypeScript build errors with type imports and assertion
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 15:56:32 -07:00
tanner 2ef3a1392f feat: Treat contextual colon-suffixed lines as headings for indexing
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 15:36:39 -07:00
tanner c75d5d89f7 fix: Filter stop words and short tokens from search queries
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 15:24:19 -07:00
tanner df73ab0f1c feat: Filter stop words and short tokens from search index
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 15:21:06 -07:00
tanner 637c20905e fix: Improve search tokenizer by adding exact phrase and filtering queries
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 13:59:00 -07:00
tanner c4c4e782fb fix: Correct single-word query ranking to prioritize headings
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 13:21:14 -07:00
tanner 2b00a7af2d fix: Prioritize exact phrase matches and fix case-sensitive search
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 13:09:36 -07:00
tanner 3c84980903 fix: Prevent premature HTML escaping of search terms
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 13:03:34 -07:00
tanner f17f9756a3 fix: Prevent search tokenizer from splitting on apostrophes
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 12:57:44 -07:00
tanner 50db35b667 feat: Prioritize search matches in note title and headings
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 12:44:58 -07:00
tanner 7e6058f97d chore: Remove debug console log for search results 2026-02-05 12:44:55 -07:00
tanner 9f1433a9e3 fix: Pin dexie dependency to resolve version conflict
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 12:28:16 -07:00
tanner aa73707127 chore: Log search results to console
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-02-05 12:22:11 -07:00
Simon Cambier 01a9d41b43 Fixed manifest 2026-01-05 19:32:09 +01:00
Simon Cambier 33de8f5d08 pnpm lock 2025-12-26 10:43:18 +01:00
Simon Cambier 86562965ae 1.28.0 2025-12-26 10:39:49 +01:00
Peter cc23f87f08 Add support for opening PDFs at the correct page for their results. (#507)
This relies on the `#Page N^page=N` form coming back from Text Extractor per https://github.com/scambier/obsidian-text-extractor/issues/75

This commit is an attempt to implement https://github.com/scambier/obsidian-omnisearch/issues/100
2025-12-26 10:24:03 +01:00
Simon Cambier 5638846b18 Updated dependencies 2025-11-18 18:45:18 +01:00
Simon Cambier a5e480a32c 1.27.3 2025-10-04 11:31:00 +02:00
Gabriel Azevedo 320a5420fc Index base files (#480)
* Index base files

* Do not index bases content

---------

Co-authored-by: Simon Cambier <simon.cambier@protonmail.com>
2025-10-04 09:21:10 +02:00
Simon Cambier efaa3a7a08 Update README.md 2025-09-17 20:07:23 +02:00
Simon Cambier 0a57b7bc6a #477 Use Text Extractor as a fallback to AI Image Analyzer 2025-09-03 16:49:13 +02:00
Simon Cambier 7462e32b27 "Fixing" build 2025-07-22 21:27:35 +02:00
Simon Cambier 1a3ed16414 1.27.2 2025-07-22 21:20:57 +02:00
Simon Cambier 1fa6898bbe Removed deduplication of tokens 2025-07-22 21:19:21 +02:00
Simon Cambier c25cc8e62b Fixed tokenization bug with Arabic diacritics 2025-07-11 19:17:01 +02:00
Simon Cambier d12312a43b Fixed default folder icon 2025-07-10 18:21:33 +02:00
Simon Cambier 38caacfa4f Fixed #472 2025-07-10 18:05:16 +02:00
Simon Cambier a7084de6ea 1.27.1 2025-06-06 19:22:14 +02:00
Simon Cambier d66aeeafef #467 - Higher tolerance for errors during indexing, show error when result is missing from search 2025-06-06 19:17:44 +02:00
Simon Cambier 9f13544bb0 1.27.0 2025-05-25 12:37:11 +02:00
Simon Cambier 92e197bd13 Merge branch 'develop' 2025-05-25 12:35:54 +02:00
Simon Cambier 3b60a8fe1b Errors counting 2025-05-25 12:35:24 +02:00
Max Niclas Wächtler 1302ca3a3e fixed typo (#460) 2025-05-05 20:19:37 +02:00
Simon Cambier b0b9b4de08 Fixed #455 2025-04-04 19:17:44 +02:00
Simon Cambier 3c9d497b42 Fixed build 2025-04-02 12:32:32 +02:00