[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/auth/provider/godb.php on line 137: Undefined array key "PHPSESSID"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
goproblems.com • Pattern search broken?
Page 1 of 1

Pattern search broken?

Posted: Mon Jul 06, 2020 3:29 am
by Irregular go
I can't use Pattern search coz of the 404 error. Don't say to me "copies". I can't know original or plagiarized.
Can any1 fix Pattern search?

Re: Pattern search broken?

Posted: Wed Jul 22, 2020 6:12 am
by BartTM
Pattern search only works in Java mode, and as Java is no longer well supported it is a big security risk and a reliability issue. Unfortunately it does not wor right now, apparently.

The functionality should be reprogrammed as a server side process, but I fear that won't happen soon, or ever.

Re: Pattern search broken?

Posted: Wed Dec 02, 2020 1:13 pm
by adum
this ultimately needs to be reimplemented compeltely, as barttm mentions.

my plan is to make the frontend in javascript so it runs easily in the browser. i'll probably implement the backend in something like Elastic Search so that searching is real time.