Fanis Tharropoulos

Results 49 issues of Fanis Tharropoulos

## Change Summary Introduces a new utility function and types for only checking search parameters that can be either a base type, or an array of said type. Instead of...

## Change Summary Updates the scraper workflow to ensure that user-defined synonyms and curation rules are preserved across runs. Specifically, it adds functionality to copy these rules from the old...

## Change Summary This change adds an important warning to the collections API documentation for Typesense v26.0. It informs users about a new restriction on concurrent alter operations, which was...

This pull request addresses an issue where the paginate function in Laravel Scout with the Typesense engine always returns a number of records limited to the perPage value, rather than...

# What is this? This pull request introduces the ability to include custom headers in API requests to Typesense. This enhancement provides greater flexibility for users who need to send...

## Change Summary The documentation showed a default preset example for multi search presets. This PR addressed it and adds tip section to inform users about multi search presets. ###...

# Rationale This change addresses an issue where boolean filters were not properly handled in the TypesenseEngine for Laravel Scout. When users attempted to search with a boolean filter (e.g.,...

## Enhance Typesense JS Library for Improved Usability and Maintainability # What is this? This pull request introduces several improvements to the Typesense JS library's build system: 1. Optimizing the...

## Change Summary As discussed in https://github.com/typesense/typesense-api-spec/pull/79, the actual API does not return the whole Override object, but rather just its `id`. This now uses the latest updates from the...

## Change Summary As discussed in https://github.com/typesense/typesense-api-spec/pull/80, the actual API does not return the whole Synonym object, but rather just its `id`. This now uses the latest updates from the...