Jump to content

Build search index


bibob

Recommended Posts

Hi

 

iam trying to run this

 

Controller::getController('AdminSearchConfController');

 

but it is not working

 

i will try to rebuild index using this function.  i dont want to provide url to this

 

i tried with these and it is not working,  it is running from a module

 

Controller::getController('AdminSearchConfController');
Controller::getController('AdminSearchConfController')->run();
AdminController::getController('AdminSearchConfController')->run();
AdminController::getController('AdminSearchConfController');
 
 
Controller::getController('AdminSearchConfControllerCore');
Controller::getController('AdminSearchConfControllerCore')->run();
AdminController::getController('AdminSearchConfControllerCore')->run();
AdminController::getController('AdminSearchConfControllerCore');
 
 
hope someone can help
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...