Insidious Fiddler
Insidious Fiddler
+1 on the GPL, as it protects the project against others who might use the software without contributing back, helping future contributions and preventing one-sided exploitation, just as Qaxi highlighted.
A new issue has been found! batching of data, as currently, it would attempt to dump the entire posts table to the index, however, the posts table has over 27K...
@previnder, the indexing logic along with everything else is finished. Now when pulling data to index it takes it in batches of 5000 records (I'll change it if you want...
Merged latest, and now configured to also work with environment variables
@previnder You could also use [meilisearch](https://www.meilisearch.com/docs/learn/what_is_meilisearch/comparison_to_alternatives). Which I believe is leaning more towards it being used for users rather then say logs, etc. It is also [based on the work...
Along with the conflicting files, I've found some other bugs when implementing this PR in a fork, I'll take a look at fixing the issues either today, or this weekend.
Note, going to refactor a bit of code to be a bit more search engine agnositic, and just refer to the package as search, rather than meilisearch as that can...
@previnder I cut out the searching in the UI for communities, not sure how we want this to be done. If you want I can also remove the searching from...
@previnder, just fixed it, now has an optional config key that defaults to false for the usage of password entropy.
> Alternatively, the password can be hashed and salted when it's input on the client so that it doesn't matter what the password is. There would be no way to...