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

feat: add typesense connector #7282

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

feat: add typesense connector #7282

wants to merge 10 commits into from

Conversation

asbiin
Copy link
Member

@asbiin asbiin commented May 12, 2024

Adding typesense scout driver.
Also fixing the database driver, and the ability to switch between drivers. We need to create the full text indexes on database, unless you explicitly set the SCOUT_FULL_TEXT_INDEX variable to false.

Copy link

sonarcloud bot commented May 14, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@djaiss djaiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ia a great PR. Congrats.

* @codeCoverageIgnore
*/
public static function activated()
public static function activated(): bool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically, if it's a boolean, the function should be isActivated or something like that.

*
* @codeCoverageIgnore
*/
public static function indexed(): bool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above. isIndexed or something.

*
* @codeCoverageIgnore
*/
public static function fullTextIndex(): bool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants