Robb
Robb
I don't think the problem is using PostgresSQL per se but that evidently Docker doesn't have its own systemd running so basically it needs its own custom installation and initialization...
Personally I'm thinking that we might want to rethink this proposal considering the realization that docker discourages systemd or a single container with multiple processes. I think that if @paddatrapper...
I've decided that this shouldn't be a blocker for 3-0 beta, it is a good goal but considering we aren't using docker exclusively internally it is probably not a requirement.
I've figured out a way to avoid searching for words that are inside of others. Basically you add a space in front and after the phrase and it will search...
So this is fairly [common issue](https://stackoverflow.com/questions/6283767/match-only-entire-words-with-like) with SQL when you wrap your LIKE match with %word% it detects substrings. This is the line of code. https://github.com/LibreTime/libretime/blob/49a715bc98d14c7f412803d598c83661d81b1d20/airtime_mvc/application/models/Block.php#L1531-L1532 It's still an open...
The other option to look into for the future is [full text indexing](https://www.postgresql.org/docs/9.5/textsearch.html) and it looks like this might be supported by propel based on this [blog post](http://propelorm.org/blog/2010/05/05/getting-to-know-propel-1-5-a-search-engine-in-one-line.html) In digging...
So I'm trying to understand why a reset_liquidsoap_bootstrap is called this is the commit it was added be80eeb5fd
I think for me to really understand what could be going wrong I'd need to delve into the code more deeply or be able to recreate the problem. I've noticed...
I'm hesitant to call this a release-blocker when we haven't pin-pointed the bug but this is the kind of problem that will really hurt our users if they try to...
I did have to restart airtime-playout, if I remember correctly this one bug resulted in shows being 40+ minutes later than they should or perhaps that was another day. I...