hoogw
hoogw
too difficult to do it. Too complex. confuse. Is there any way to solve it by not using sphinx? I mean use some sql query to search for post content....
Solution is make 7 days to 7000 days, by modify code C:\Apache24\htdocs\carbon\controller\manage.php // edit post, click sink, sink 7 days = 604800 second, // I want 7000 days = 604800000...
https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting I found above, looks like you have to use php mailer, would you add a feature to support "smtp2go.com" as mail server?
It is too complex, I want it but too difficult to do it.
this is good, for error handling. Should have it. So user will know what happen.
Can you make a filter box, if I type "yyy", it only list the file/folder have 'yyy', hide all others. If i clean the filter box, show the full list...
how to reproduce issue: npm init npm install jsoneditor I use parcel.js to bundle. install parcel.js by: npm install --save-dev parcel-bundler create a simple html, js file. in js file,...
> Look for "load extension", "FTS3", "spatialite" in the existing issues: > > #68 > #89 > [#316 (comment)](https://github.com/sql-js/sql.js/issues/316#issuecomment-569073185) > [#342 (comment)](https://github.com/sql-js/sql.js/issues/342#issuecomment-587336036) I looked all, find impossible, no easy way,...
> don't know about rtree, but the following full-text-search example works fine in the online-demo: > > ```sql > -- Create an FTS table > DROP TABLE IF EXISTS pages;...
[https://www.sqlite.org/fts3.html](https://www.sqlite.org/fts3.html) I find some answer to my own question: FTS3,4 means full text search, + version 3, 4 On c version of sqlite, virtual table no in ram(memory), still store...