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

cocosearch using wrong template to display data #1

Open
gh0st opened this issue Feb 11, 2019 · 1 comment
Open

cocosearch using wrong template to display data #1

gh0st opened this issue Feb 11, 2019 · 1 comment
Assignees

Comments

@gh0st
Copy link
Member

gh0st commented Feb 11, 2019

LucidWorks changed the value stored for _lw_data_source_type_s during indexing. Which caused cocosearch to display data using an incorrect template.

gh0st pushed a commit to gh0st/lucidworks-view that referenced this issue Feb 11, 2019
Apparently lucidworks changed the value stored for
_lw_data_source_type_s during indexing which caused cocosearch to
display data using the wrong template.

fixes SacCounty#1
gh0st pushed a commit to gh0st/lucidworks-view that referenced this issue Feb 14, 2019
Apparently lucidworks changed the value stored for
_lw_data_source_type_s during indexing which caused cocosearch to
display data using the wrong template.

fixes SacCounty#1
@gh0st gh0st self-assigned this Feb 14, 2019
@gsperry
Copy link

gsperry commented Feb 15, 2019

Fusion changes the name of its connectors based on source and framework type. This value is used to determine which view template is used to render result data. Should future versions alter this name again, this will need to be updated in order to make sure that the correct template is used.

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

Successfully merging a pull request may close this issue.

2 participants