Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIndex Complex Document More Example Needed #84
Labels
Comments
|
@mhmttosun I think it's better to format your code for better readability. I got the same issue considering Search items
+ See also Field Search |
|
@Vokinloksar That's a good point, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi
I can't figure out how to index bolded field in this complex document. If you have to time to look, I appreciate.
data.docx
var doc = [{
id: 14,
name: "xxxxx",
code: "0001",
term: 1,
term_id: 1,
Programs: {
program_name: "Surgery",
Program_Kind: {
name: "Precourse",
short_name: "OL"
},
Course_Kind: {
short_name: "Distance Edu",
abrv: "UE"
}
},
Course_Instructor: [
{
id: 13,
Instructors: {
f_name: "Me",
l_name: "Me",
Title: {
name: "Prof. Dr."
}
}
},
{
id: 14,
Instructors: {
f_name: "xys",
l_name: "uipk",
Title: {
name: "Prof. Dr."
}
];
#36