SyntaxSeed
SyntaxSeed
Created a PR to fix this. #237
I'd like to know if the initial seed of the index from a db can be skipped.... and just add new records on the fly. Ie a tutorial for using...
@ultrono My data, as it exists in the DB is not in a format ready to be indexed. For example, the text contains BBCODES kind of like [snippet=12] which insert...
@ultrono Yes!! My only questions would be how to init the empty sqlite file... and would it work for the latest version?
Good thought @akizor ... but my inserts in the sample code above are identical.
Still getting this error in latest 2.1 version.
In the **src/TNTSearch.php** file, this function: ```php public function filesystemMapIdsToPaths($docs) ``` Doesn't handle the case when `$index` does not exist in `$res`.
Well I may have come up with a workaround: Use the filesystem as your driver, and have it look in an **empty dir** for the initial seeding of the db....
Can confirm this bug. I can't get the exclusion of "!app" to work in `main_handler`. So app channel logs get logged in 2 places. ```YAML monolog: handlers: main: type: fingers_crossed...
> Well, channels are separate `Monolog\Logger` instances that receives handlers. So configuring channels on nested handlers indeed will have no effect: the `main` handler is injected in all channels, and...