Replies: 2 comments 4 replies
-
Can you specify what exactly do you mean by SQL index? Because I have a hunch we're not talking about the same thing. If you add an SQL index, as in, with |
Beta Was this translation helpful? Give feedback.
-
Related issue and suggested solution is here #5586 @hung-doan the trivial way to do this is simply republish your content items. The slightly less trivial way is to query them with YesSql and resave them which will trigger indexing. |
Beta Was this translation helpful? Give feedback.
-
Let's say I created a content type say "Post", this post has 1 single text field is "Description".
I created about 100 records. At this time, there is no enabled indexing.
So now, I update my content type to add the "Description" text filed to the Index via the SQL index Tables (In this case [TextFieldIndex] table).
Currently
Expectation
Does the current version of OrchardCore support this kind of feature ?.
Beta Was this translation helpful? Give feedback.
All reactions