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

Install typesense and update index structure #349

Closed
wants to merge 3 commits into from

Conversation

omarrida
Copy link
Contributor

@omarrida omarrida commented Aug 13, 2024

ToDo Before Deploy/Merge:

  • Install Typesense on the server
  • Add Typesense API to the .env file

@omarrida omarrida requested a review from techenby August 14, 2024 03:15
Copy link
Contributor

@techenby techenby left a comment

Choose a reason for hiding this comment

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

The PR looks good, but we should add that typesense is needed to the readme.

'id' => (string) $packageAttributes['id'],
'name' => (string) ($packageAttributes['name'] ?? ''),
'url' => (string) ($packageAttributes['url'] ?? ''),
'instructions' => (string) ($packageAttributes['instructions'] ?? ''),
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure if this is any better, but potentially worth considering 🤷🏻

Suggested change
'instructions' => (string) ($packageAttributes['instructions'] ?? ''),
'instructions' => data_get($packageAttributes, 'instructions', ''),

Base automatically changed from develop to main August 20, 2024 10:36
@omarrida omarrida closed this Aug 20, 2024
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.

2 participants