Insights, perspectives, and stories on software, business, and innovation.
A quick note on how we've just replaced a missing index on a Perch site belonging to one of our clients.
The script below will load all posts, iterate over them and regenerate the index:
include('perch/runtime.php');
$API = new PerchAPI(1.0, 'perch_blog');
$Posts = new PerchBlog_Posts($API);
$posts = $Posts->all();
if (PerchUtil::count($posts)) {
$c=1;
foreach($posts as $Post) {
echo "Reindexing post {$c}\n";
$Post->index();
$c++;
}
}
Published
“Working with Dev Partners has been an exceptional experience from start to finish. Their team is highly skilled, professional, and committed to delivering top-quality results. Whether it was project management, software development, or technical support, they consistently demonstrated a strong understanding of our goals and went above and beyond to meet deadlines without compromising on quality. What truly sets Dev Partners apart is their communication and transparency. We always felt informed, supported, and confident in their process. Their ability to adapt to our evolving needs and provide creative, scalable solutions made a significant impact on our project's success. I would highly recommend Dev Partners to any business looking for a reliable, innovative, and client-focused development partner. They've earned our trust, and we look forward to future collaborations.”
If clunky systems are slowing you down, let’s talk. No sales patter. No corporate waffle. Just a straightforward conversation about fixing the stuff that wastes your time.
Two normal blokes who happen to be good at untangling messy systems. We’ll talk to you like humans, not consultants, and help you find the simplest way forward.
We’ll reply within one working day. No spam. No waffle.