Hi everyone
I watched "Indexing Everything" https://vimeo.com/132530134 - by Jeppe Agger and found it very helpful, but there is a discrepancy with the video and the available choices when creating a field on a Index. If you create a build using either a content-, user- or productbuilder, and then add a new field, the available sources will be displayed in the dropdown menu. I imagine this feature comes from the builder, which seems to me missing from the SqlIndexBuilder. About 6 minutes into the video, Jeppe Agger clearly shows how you can select a column with a SqlIndexBuilder, by typing the name in the source input, but in my version (8.7.0.3) the dropdown is simply empty and no input is possible. I know i have data because my IndexQuery yields results when i don't specify any fields, but if create a field without selecting a source i simply get a "Value cannot be null. Parameter name: key" and the index won't build.
Am i misunderstanding something here or does this render the SqlIndexBuilder useless?