Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add highlight implementation for redisearch adapter #355

Conversation

alexander-schranz
Copy link
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