Giter Site home page Giter Site logo

Comments (4)

 avatar commented on August 24, 2024

Bug: Problems with multiple scopes beginning with the same name

I am trying to create a failing test for this in my test suite and can’t seem to do it. Do you mind giving that a shot. I am 90% certain this has to do with the order of keywords in the regular expression. Ex:

/(documents|documents_involved)/

When it should be

/(documents_involved|documents)/

This is a really easy fix, but I want to get a failing test in place first.

by Ben Johnson

from searchlogic.

 avatar commented on August 24, 2024

Bug: Problems with multiple scopes beginning with the same name

This has got a little bit more complicated because the bug has changed since searchlogic 2.3.3. Now it occurs not every time. I can’t reproduce it and can’t write a failing test, sorry. But it seems that it has something to do with other calls to Contact.search BEFORE - very strange.

But I have found a very similar issue, perhaps they are related. Here is a small patch for the specs (just add one line) and the specs will fail:

@@@
diff --git a/vendor/plugins/searchlogic/spec/spec_helper.rb b/vendor/plugins/searchlogic/spec/spec_helper.rb
index a2b98f0..c155938 100644
--- a/vendor/plugins/searchlogic/spec/spec_helper.rb
+++ b/vendor/plugins/searchlogic/spec/spec_helper.rb
@@ -71,6 +71,7 @@ Spec::Runner.configure do |config|
class User < ActiveRecord::Base
belongs_to :company, :counter_cache => true
has_many :orders, :dependent => :destroy

  •  has_many :orders_big, :class_name => &rsquo;Order&rsquo;, :conditions => &rsquo;total > 100&rsquo;
    

    end

    class Order < ActiveRecord::Base
    @@@

    by Georg Ledermann

from searchlogic.

ledermann avatar ledermann commented on August 24, 2024

Seems to be fixed by c8547d5. Thanks!

from searchlogic.

 avatar commented on August 24, 2024

Thanks

from searchlogic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.