Dkf Active member Sep 13, 2024 #1 For example, I want the search index to be updated every day for this data:
B briansol Well-known member Sep 13, 2024 #2 Assuming this is a custom addon, you would extend the abstract rebuild job class Code: use XF\Job\AbstractRebuildJob; class YourClass extends AbstractRebuildJob { } Upvote 0 Downvote
Assuming this is a custom addon, you would extend the abstract rebuild job class Code: use XF\Job\AbstractRebuildJob; class YourClass extends AbstractRebuildJob { }