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

Possibility to filter by language or Subsite? #26

Open
wernerkrauss opened this issue Oct 21, 2015 · 3 comments
Open

Possibility to filter by language or Subsite? #26

wernerkrauss opened this issue Oct 21, 2015 · 3 comments

Comments

@wernerkrauss
Copy link
Contributor

Any chance to get additional fields in the search table, e.g. for subsite/multisite environment or for locale?

How could we easily alter the seach DB? Should we use a DataObject instead? You could still query it manually... Or just with extensions hooks when we generate the table / insert / search ???

@g4b0
Copy link
Owner

g4b0 commented Nov 3, 2015

Adding subsite/multisite/locale support can be tricky, isn't it? Now I'm really busy @ work and I can't handle this, but it can be a good idea for a next release.

Do you have any idea on how to handle it?

@wernerkrauss
Copy link
Contributor Author

Use ORM for table creation? Then we can extend it with DataExtensions...

Saving Data could work manually (is it really faster?) like now, with extension points to add additional data.

As SS 3.2 uses PDO we could utilize predefined queries?

@g4b0
Copy link
Owner

g4b0 commented Feb 27, 2017

@wernerkrauss a PR would be really appreciated. Breaking 3.1 compatibility could be an option, if no other solution works.

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

No branches or pull requests

2 participants