MacFJA
MacFJA
> The display of tags on svelte.tips looks pretty inconsistent, so I think I'd show max 10 and then a more button or something like that. E.g. `svelte-particles` has 50...
Data that can be pull (and meaningful) from: - GitHub (GraphQL[^1]): - `description` - `homepageUrl` - `isLocked` - `isTemplate` - `languages` - `lockReason` - `name` - `nameWithOwner` - `openGraphImageUrl` -...
To do what you want you need need to have 2 criteria: one for the `startTime` and one for the `endTime`. --- Let say we have this setup: ``` FT.CREATE...
> Any way to verify if it already exists and if so, move on to setting the index without creating it First? You can use the `FT._LIST` command to get...
> Adding a question since it's not documented :-). It this the correct way to add arguments? You can also look at the Unit Tests: - https://github.com/MacFJA/php-redisearch/blob/b2cef7229483845f1c76da76aa2cd6d2c4dd4e51/tests/IndexBuilderTest.php#L100 - https://github.com/MacFJA/php-redisearch/blob/b2cef7229483845f1c76da76aa2cd6d2c4dd4e51/tests/Redis/Command/CreateTest.php#L134 As...
> EDIT (again, sorry): it's a few hours later and those keys seem to be gone after all. Must be some misrepresentation in Redis stack browser. The keys have no...
The result of a `Search` command is encapsulated into a `PaginatedResponse` object which hold the first page of documents (10 by default in RediSearch) and you can get documents and...
> If you mean something like this, then that does not work (Fatal error: Uncaught Error: Class "ResponseItemIterator" not found). You need to install an extra package: https://packagist.org/packages/macfja/redisearch-integration to be...
Closing the Pull Request as most information about the package are incorrect: - The website doesn't exist - The repository doesn't exist - The category doesn't have anything to do...
As it's now, the `staging` branch doesn't exist anymore. Closing the issue