Skip to content

Add highlight implementation for redisearch adapter#355

Closed
alexander-schranz wants to merge 1 commit intoPHP-CMSIG:0.7from
alexander-schranz:feature/highlighting
Closed

Add highlight implementation for redisearch adapter#355
alexander-schranz wants to merge 1 commit intoPHP-CMSIG:0.7from
alexander-schranz:feature/highlighting

Conversation

@alexander-schranz
Copy link
Copy Markdown
Member

@alexander-schranz alexander-schranz commented Feb 4, 2024

Add support for:

$searchBuilder
    ->addIndex('blog')
    ->addFilter(new Condition\SearchCondition('Test'))
    ->highlight(
        fields: ['title', 'description'],
        preTag: '<mark>',
        postTag: '</mark>',
    );

TODO

@alexander-schranz alexander-schranz added features New feature or request Adapter: RediSearch RediSearch Adapter related issue help wanted Extra attention is needed labels Feb 4, 2024
@alexander-schranz alexander-schranz force-pushed the feature/highlighting branch 2 times, most recently from fa5dc75 to f9ac29f Compare February 25, 2025 07:56
@alexander-schranz alexander-schranz changed the base branch from feature/highlighting to 0.6 February 25, 2025 08:17
@alexander-schranz alexander-schranz force-pushed the feature/highlighting branch 4 times, most recently from 3d0b12d to 30c2e48 Compare February 25, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Adapter: RediSearch RediSearch Adapter related issue features New feature or request help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant