Content inside blocklist does not get indexed.
# help-with-umbraco
m
I have a block list where I am using the plugin Limbo.Umbraco.Tables to generate tabled information. I have just noticed that this content is not getting indexed. I don't know if this is due to the plugin or due to being in a block list. Anyone have any thoughts on how to get this content indexed in the default search?
Does anyone have any ideas on this issue? I have a lot of content that will be in this format and it is imperitive that I get it indexed.
m
looks like it aught to be indexed has a specific how to index the content.. https://github.com/limbo-works/Limbo.Umbraco.Tables/blob/v1/main/src/Limbo.Umbraco.Tables/PropertyEditors/TablesDataPropertyIndexValueFactory.cs ??
public override IPropertyIndexValueFactory PropertyIndexValueFactory => new TablesDataPropertyIndexValueFactory();
I've not used it myself.. have you tried rebuilding indexes?
a
The factory that Mike is linking to has not been released yet. It's intended to be released for
v1.1
, which is not fully ready yet. As I'm caught up in too many things at the moment, I don't know when I'll have the time to wrap up the
v1.1
release. But if it helps anything, I can look into pushing a pre-release of
v1.1
so you get the benefit of the property index value factory and other unreleases changes.
m
If that would allow index I would emensly appreciate if you could do a pre-release. I dont do anything fancy with the tables but there is a lot of info tables i put out that indexing need to be done too. I understand being busy so if you cant or takes you a but no big, but if you find the spare time and can I would really appreciate it. Thank you
a
New pre release is here: https://github.com/limbo-works/Limbo.Umbraco.Tables/releases/tag/v1.1.0-alpha001 The release contains a few new features submitted by the community through PRs. I've tested them a bit, and they seem to work as intended, but I'd like to do some more testing as well as make some other changes here and there before pushing a new stable release
m
Thanks so much
I have this running in production and the indexing is working like a charm. I also like the interface changes too.
6 Views