Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6371915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:09:23+00:00 2026-05-25T01:09:23+00:00

Example I have NSFetchedResultsController called at ListController called FetchController +(NSFetchRequest * )fetchRequestInContext: (NSString*) entityName

  • 0

Example I have NSFetchedResultsController called at ListController called FetchController

+(NSFetchRequest * )fetchRequestInContext: (NSString*) entityName : (NSPredicate *) predicate : (NSString*) sortKey : (BOOL) sortAscending;

+(NSFetchedResultsController *) searchControllerInContext: (NSString*) entityName : (NSPredicate *) predicate : (NSString*) sortKey : (BOOL) sortAscending 
{
    NSFetchRequest *request = [self fetchRequestInContext:entityName :predicate :sortKey :sortAscending];

    NSFetchedResultsController * FRC=[[[NSFetchedResultsController alloc] initWithFetchRequest:request managedObjectContext:[ThreadClass managedObjectContext] sectionNameKeyPath:Nil cacheName:Nil]autorelease];
    NSLog(@"FRC : %@",FRC);
    return FRC;
}

look at that code, I call searchControllerInContext when I want to make NSFetchedResultsController and then perfom it with this code :

if (![[self ListController].FetchController performFetch:&error]) {
    NSLog(@"Unresolved error %@, %@", error, [error userInfo]);
    abort();
}

the problem is I dont like to always performFetch when request is change, I want to make it easy with

[self ListController].FetchController.fetchRequest=[self FunctionTogetNewRequest];

but the [self ListController].FetchController.fetchRequest is readonly..

I want do this because I Don’t want to perfomFetch again and again.. can I do that?

I mean, if I have a program that give records based on what user put in search box, should I create a new controller every time the search box content change? That would be strange. I thought the whole point of using NSFetchedResultsController is so we don’t have to do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:09:25+00:00Added an answer on May 25, 2026 at 1:09 am

    Even though fetchRequest is a readonly property, you can modify it. For example, setting the predicate of the fetch request works perfectly well as long as you’re not caching the results (or as long as you delete the cache first). I’ve used this technique successfully in a number of projects. After modifying the fetch request, you should call performFetch again.

    Bottom line: you don’t need to create a FRC every time the search terms change. Just delete your cache, change the fetch request’s predicate and fetch the new result set with your existing instance.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the Silverlight UnitTest framerwork does anyone have a good example have how
Example: You have a shortcut s to SomeProgram in the current directory. In cmd.exe
Example I have Person , SpecialPerson , and User . Person and SpecialPerson are
Example: I have two shared objects (same should apply to .dlls). The first shared
I have example of code below. <script type=text/javascript src=assets/scripts/somescript.php>. </script> So, will my browser
For example I have such query: Query q = sess.createQuery(from Cat cat); List cats
For example I have 2 tables, Users and UserRelations , and it is a
For example I have a value of 103.33 I want to put 100 to
For example I have a simple class like public class Person{ public int Age
Say for example I have the following string: var testString = Hello, world; And

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.