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

Minor bugs #3

Closed
jorgebg opened this issue Jun 29, 2011 · 1 comment
Closed

Minor bugs #3

jorgebg opened this issue Jun 29, 2011 · 1 comment
Assignees

Comments

@jorgebg
Copy link
Owner

jorgebg commented Jun 29, 2011

From http://www.yiiframework.com/extension/esearch/#c4343:

  • $_qsw must be defiend in SearchAction (you just used it for stopWords)
  • in SearchBoxPortlet, any use of $htmlOptions in init() should change with $this->htmlOptions
  • change "" with '' in $orders[] definition (SearchAction:129) to make extension also compatible with Postgresql. final code will be like this:
$weight . '*(length(' . $attribute . ')-length(replace(' . $attribute . ',' . $searchtermTag . ',\'\')))/length(' . $searchtermTag . ')';
@ghost ghost assigned jorgebg Jun 29, 2011
jorgebg added a commit that referenced this issue Jul 2, 2011
@jorgebg jorgebg closed this as completed Jul 2, 2011
@jorgebg
Copy link
Owner Author

jorgebg commented Jul 2, 2011

Thanks to arash

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

1 participant