Skip to content

Commit

Permalink
Merge pull request #729 from kosarko/issue_#397
Browse files Browse the repository at this point in the history
resolves #397
  • Loading branch information
kosarko authored Sep 12, 2017
2 parents 21609eb + 471fb5b commit 7c1546a
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 455 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ else if (filter
}
document.addField(field + "_comp", value);
}

//create handle_title_ac field
String title = item.getName();
String handle = item.getHandle();
document.addField("handle_title_ac", handle + ":" + title);
}
}
}
Loading

0 comments on commit 7c1546a

Please sign in to comment.