Releases: searchmysite/searchmysite.net
Releases · searchmysite/searchmysite.net
Release v1.3.1
Release notes:
- Minor fixes (preventing simultaneous indexing jobs for certain sites, correcting already indexed links list, and fixing a KeyError).
Release v1.3.0
Release notes:
- Implemented #94: Detect if page content has changed
- Implemented #98: Upgrade from Solr 9.1.1 to 9.2.1
- Implemented #104: Upgrade from Scrapy 2.7.1 to 2.9.0
- Fixed #97: Resubmitting a full or free trial listing as a basic listing generates a 500 Internal Server error
- Fixed #103: Some sites are being indexed despite indexing being disabled
- Partially fixed #102: Some sites are not having a home page set
- Partially implemented #99: Implement vector search (embeddings are now created and indexed)
Release v1.2.3
Release notes:
- Implemented #85: Upgrade from Solr 8.11.1 to 9.1.1.
Release v1.2.2
Release notes:
- Changed indexing from LIFO to FIFO so important links found early (e.g. web feeds as per #54, and newest blog posts) are indexed before the indexing page limit is reached. (This is a small change which may have a big impact.)
- Fixed #89: Sites which are rejected after annual review aren't removed from the search index.
- Fixed #88: A search query with a tilde (~) returns an Internal Server Error.
Release v1.2.1
Release v1.2.0
Release v1.1.9
Release notes:
- Fixed #78 500 Response from API
Release v1.1.8
Release v1.1.7
Release notes:
- Temporary workaround to fix the API, as per #75