Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VIEW Tabelle als zusätzliche Quelle erzeugt negative IDs im Search it Cache #183

Closed
godsdog opened this issue Jan 30, 2019 · 3 comments · Fixed by #190
Closed

VIEW Tabelle als zusätzliche Quelle erzeugt negative IDs im Search it Cache #183

godsdog opened this issue Jan 30, 2019 · 3 comments · Fixed by #190
Assignees

Comments

@godsdog
Copy link

godsdog commented Jan 30, 2019

Ich habe eine VIEW Tabelle mit den Spalten: id,schlagwoerter als zusätzliche Quelle ausgewählt. Nach dem Indexieren steht in der Search it Tabelle "rex_search_it_index" in Spalte "fid" die negative ID der VIEW Tabelle.

@tyrant88
Copy link
Member

Ja, bei der Indexierung zusätzlicher Spalten sucht search it nach Spalten mit einem primär Schlüssel Index. Den haben views aber nicht, weshalb es in den Modus für Medeinpool-Dateien verfällt, der einfach die Einträge der Such-Index-Tabelle "durchnummeriert"...

@tyrant88 tyrant88 self-assigned this Feb 18, 2019
@alxndr-w
Copy link
Member

alxndr-w commented Feb 18, 2019

Ohne Primärschlüssel sollte dann einfach id verwendet werden, oder? Bzw. was ist so schlimm daran, negative IDs dort zu haben? Da ich search_it auch mit Views produktiv und fehlerfrei im Einsatz habe, sehe ich da kein großes Problem drin.

@tyrant88
Copy link
Member

Es geht darum, das die "fid" benötigt wird, um gezielt diesen Eintrag z.B. neu zu indexieren. Im Moment wird dann die ganze Tabelle neu indexiert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants