Skip to content

Commit

Permalink
Reindex von Tabellenspalten funktioniert nicht
Browse files Browse the repository at this point in the history
weil $REX nicht gesetzt ist
  • Loading branch information
Daniel committed Nov 26, 2015
1 parent 79255b3 commit a6e8a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/reindex/functions/function.reindex.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
function a587_rexsearch_reindex($_params)
{
global $REX;

$columns = array();
$id = 0;

Expand Down

4 comments on commit a6e8a91

@Toge360
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hallo, ist das Problem damit behoben? Hab auf meiner Installation einen Test ausgeführt, leider ohne Erfolg.

@DanielWeitenauer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bei mir lief es danach.

@Toge360
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ging es im Issue überhaupt um "eigene" Tabellenspalten? Also z.B über xForm Tabellen? Momentan habe ich das nämlich noch via CJ gelöst. Wäre super wenn diese Daten auch automatisch indexiert werden würde.

@DanielWeitenauer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das Plugin hängt sich an die EPs der Backend-Formulare. Wenn die Daten anders in die Tabelle kommen, funktioniert es nicht.

Please sign in to comment.