Hiya Mickaël

If possible, can you update your local branch to use my latest  
changes? If you pull my version as a remote, then rebase, it should  
keep your changes as well:

git remote add freelancing-god git://github.com/freelancing-god/ 
thinking-sphinx
git fetch freelancing-god
git rebase freelancing-god/master

In case you're not familiar with git-rebase, this will hold onto your  
custom changes, apply all of my own version's commits, then put your  
changes on top of these. It may hit some conflicts as it applies your  
changes, and will give you the opportunity to merge the code.

That said, I'm not sure what the cause of the problem is, but it's  
best to work from the same point if possible.

Thanks for your patience with this.

Cheers

-- 
Pat

On 27/04/2009, at 9:40 AM, Mickaël Allain wrote:

> Hi all,
>
> I'have some issue with Thinking Sphinx Facets. (Sure, currently,  
> this feature is not strong) but, i'm using it.
>
> I'm trying to facet user_profile, it works, but, there is some  
> mistake with the count number.
>
> (I'm using my repository http://github.com/Gamez/thinking-sphinx/tree/master 
>  I can't merge freelancing-god repository now...my ISP block  
> outgoing ssh connexion)
>
>  # Definition de l index de recherche
>  define_index do
>
>    # Autres (Langue / Mots cles / Nom / Prenom)
>    indexes last_name, :as => :ts_userprofile_last_name, :sortable =>  
> true, :facet => true
>    indexes first_name, :as => :ts_userprofile_first_name, :sortable  
> => true, :facet => true
>
>    # Propriete sur les recherches
>    set_property :enable_star => 1
>    set_property :min_prefix_len => 1
>  end
>
> I have only 1 Basile in my database last_name, but it show me 28...,  
> it seem there are only problem with the top of list facet result.
>
> Someone has already have this problem of occurence error ?
>
> Thank's in advance.
>
> Best regards,
>
> Mickaël.
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to