Hi guys,
We're using the new indexer for our searches and I've noticed that the settings for the QueryPublisher module on a paragraph are system specific. For example, if I save a custom paragraph with the QueryPublisher module the following settings are stored in the database:
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<Query>C:\PathPart1\PathPart2\PathPart3\Files\System\Repositories\StrookRepository\StrookQuery.query</Query>
<Facets></Facets>
<Template>QueryPublisher/StrookJson.cshtml</Template>
<Template_path>/Files/Templates/Designs/Parts/QueryPublisher/StrookJson.cshtml</Template_path>
<PageSize>99</PageSize>
</Settings>
As you can see, the query is an absolute path. Is it in any way possible to get make this path relative? That way we could deploy our applications a lot easier.
Cheers,
Tom