1
0
Fork 0
mirror of synced 2024-09-30 17:17:12 +13:00
ArchiveBox/archivebox/search
Ross Williams 6555719489 Add space after tags when extracting text
Add space after any close tag to ensure that
tokens that would be rendered separate in HTML
get extracted as separate tokens in text.

Example:

`<p>First</p><p>Second</p>` --> `First Second`
NOT `FirstSecond`
2023-10-16 09:59:08 -04:00
..
backends bail out on sonic indexing after 5 errors 2021-04-10 05:18:03 -04:00
__init__.py refactor: Remove setup_django from search 2020-12-11 16:43:48 -05:00
utils.py Add space after tags when extracting text 2023-10-16 09:59:08 -04:00