What are the parameters we can use for the handler /Admin/Public/IndexUpdateTask.ashx?
We now have an example to update the complete productindex, with /Admin/Public/IndexUpdateTask.ashx?Path=Products&FullUpdate=True
What if we want to update the index partial? I've tried different possibilities, like FullUpdate=False, Partial=True, isPartial=True.
None of that parameters seems to work, is there a list of possibilities?
The "FullUpdate=False" should work just fine. Maybe you're getting some errors during the update process (check the update log in the Management Center)?