Search found 2 matches

by philidormassy
Tue Dec 13, 2022 9:57 am
Forum: General
Topic: File bltsearch.json is out of sync
Replies: 2
Views: 478

Re: File bltsearch.json is out of sync

It turns out that bltsearch.json is a theme-specific file, and that the code to update it is inside theme/init.php. It doesn't work too well however, since the condition for update is "if(count($pubList) != $searchJson->count() )" which fails for posts update. Not sure if I would "fix...
by philidormassy
Mon Dec 12, 2022 4:04 pm
Forum: General
Topic: File bltsearch.json is out of sync
Replies: 2
Views: 478

File bltsearch.json is out of sync

Hi, This file exists under bl-content/uploads/, but contains an old version of the posts, so the search box shipped with the theme blekathlon provides inaccurate results. So my question is "how to keep bltsearch.json in sync" ? (I'm using the latest stable release, 3.14.1) Thanks in advanc...