Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with search Custom content sources retrival #102

Open
anilb75 opened this issue May 4, 2020 · 0 comments
Open

Issue with search Custom content sources retrival #102

anilb75 opened this issue May 4, 2020 · 0 comments

Comments

@anilb75
Copy link

anilb75 commented May 4, 2020

Please provide the following information regarding your issue (place N/A if certain fields don't apply in your case:

Hi,

I am using the Reverse DSC .VERSION 3.7.0.1.

Our Search environment has custom and sharepoint(SharePoint, File) content sources. The Reverse DSC code which needs to skip when it encounters Custom Content sources Instead fails and skips remaining all content sources.

I went through the reverse DSC code and found that the $source.Type Object used to compare with the 'Custom Repository' is never defined and its empty and if condition always evaluated to 'True' . I believe that the IF condition should be something like " if(!($contentSource.Type -eq "Custom"))"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant